awsdevopsguru

package
v1.114.0-devpreview Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CfnNotificationChannel_CFN_RESOURCE_TYPE_NAME

func CfnNotificationChannel_CFN_RESOURCE_TYPE_NAME() *string

func CfnNotificationChannel_IsCfnElement

func CfnNotificationChannel_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.

func CfnNotificationChannel_IsCfnResource

func CfnNotificationChannel_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnNotificationChannel_IsConstruct

func CfnNotificationChannel_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func CfnResourceCollection_CFN_RESOURCE_TYPE_NAME

func CfnResourceCollection_CFN_RESOURCE_TYPE_NAME() *string

func CfnResourceCollection_IsCfnElement

func CfnResourceCollection_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.

func CfnResourceCollection_IsCfnResource

func CfnResourceCollection_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnResourceCollection_IsConstruct

func CfnResourceCollection_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func NewCfnNotificationChannel_Override

func NewCfnNotificationChannel_Override(c CfnNotificationChannel, scope awscdk.Construct, id *string, props *CfnNotificationChannelProps)

Create a new `AWS::DevOpsGuru::NotificationChannel`.

func NewCfnResourceCollection_Override

func NewCfnResourceCollection_Override(c CfnResourceCollection, scope awscdk.Construct, id *string, props *CfnResourceCollectionProps)

Create a new `AWS::DevOpsGuru::ResourceCollection`.

Types

type CfnNotificationChannel

type CfnNotificationChannel interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrId() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	Config() interface{}
	SetConfig(val interface{})
	CreationStack() *[]*string
	LogicalId() *string
	Node() awscdk.ConstructNode
	Ref() *string
	Stack() awscdk.Stack
	UpdatedProperites() *map[string]interface{}
	AddDeletionOverride(path *string)
	AddDependsOn(target awscdk.CfnResource)
	AddMetadata(key *string, value interface{})
	AddOverride(path *string, value interface{})
	AddPropertyDeletionOverride(propertyPath *string)
	AddPropertyOverride(propertyPath *string, value interface{})
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	GetAtt(attributeName *string) awscdk.Reference
	GetMetadata(key *string) interface{}
	Inspect(inspector awscdk.TreeInspector)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	OverrideLogicalId(newLogicalId *string)
	Prepare()
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	Synthesize(session awscdk.ISynthesisSession)
	ToString() *string
	Validate() *[]*string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::DevOpsGuru::NotificationChannel`.

func NewCfnNotificationChannel

func NewCfnNotificationChannel(scope awscdk.Construct, id *string, props *CfnNotificationChannelProps) CfnNotificationChannel

Create a new `AWS::DevOpsGuru::NotificationChannel`.

type CfnNotificationChannelProps

type CfnNotificationChannelProps struct {
	// `AWS::DevOpsGuru::NotificationChannel.Config`.
	Config interface{} `json:"config"`
}

Properties for defining a `AWS::DevOpsGuru::NotificationChannel`.

type CfnNotificationChannel_NotificationChannelConfigProperty

type CfnNotificationChannel_NotificationChannelConfigProperty struct {
	// `CfnNotificationChannel.NotificationChannelConfigProperty.Sns`.
	Sns interface{} `json:"sns"`
}

type CfnNotificationChannel_SnsChannelConfigProperty

type CfnNotificationChannel_SnsChannelConfigProperty struct {
	// `CfnNotificationChannel.SnsChannelConfigProperty.TopicArn`.
	TopicArn *string `json:"topicArn"`
}

type CfnResourceCollection

type CfnResourceCollection interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrResourceCollectionType() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	LogicalId() *string
	Node() awscdk.ConstructNode
	Ref() *string
	ResourceCollectionFilter() interface{}
	SetResourceCollectionFilter(val interface{})
	Stack() awscdk.Stack
	UpdatedProperites() *map[string]interface{}
	AddDeletionOverride(path *string)
	AddDependsOn(target awscdk.CfnResource)
	AddMetadata(key *string, value interface{})
	AddOverride(path *string, value interface{})
	AddPropertyDeletionOverride(propertyPath *string)
	AddPropertyOverride(propertyPath *string, value interface{})
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	GetAtt(attributeName *string) awscdk.Reference
	GetMetadata(key *string) interface{}
	Inspect(inspector awscdk.TreeInspector)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	OverrideLogicalId(newLogicalId *string)
	Prepare()
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	Synthesize(session awscdk.ISynthesisSession)
	ToString() *string
	Validate() *[]*string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::DevOpsGuru::ResourceCollection`.

func NewCfnResourceCollection

func NewCfnResourceCollection(scope awscdk.Construct, id *string, props *CfnResourceCollectionProps) CfnResourceCollection

Create a new `AWS::DevOpsGuru::ResourceCollection`.

type CfnResourceCollectionProps

type CfnResourceCollectionProps struct {
	// `AWS::DevOpsGuru::ResourceCollection.ResourceCollectionFilter`.
	ResourceCollectionFilter interface{} `json:"resourceCollectionFilter"`
}

Properties for defining a `AWS::DevOpsGuru::ResourceCollection`.

type CfnResourceCollection_CloudFormationCollectionFilterProperty

type CfnResourceCollection_CloudFormationCollectionFilterProperty struct {
	// `CfnResourceCollection.CloudFormationCollectionFilterProperty.StackNames`.
	StackNames *[]*string `json:"stackNames"`
}

type CfnResourceCollection_ResourceCollectionFilterProperty

type CfnResourceCollection_ResourceCollectionFilterProperty struct {
	// `CfnResourceCollection.ResourceCollectionFilterProperty.CloudFormation`.
	CloudFormation interface{} `json:"cloudFormation"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL