Documentation
¶
Index ¶
- func CfnNotificationChannel_CFN_RESOURCE_TYPE_NAME() *string
- func CfnNotificationChannel_IsCfnElement(x interface{}) *bool
- func CfnNotificationChannel_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnNotificationChannel_IsConstruct(x interface{}) *bool
- func CfnResourceCollection_CFN_RESOURCE_TYPE_NAME() *string
- func CfnResourceCollection_IsCfnElement(x interface{}) *bool
- func CfnResourceCollection_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnResourceCollection_IsConstruct(x interface{}) *bool
- func NewCfnNotificationChannel_Override(c CfnNotificationChannel, scope constructs.Construct, id *string, ...)
- func NewCfnResourceCollection_Override(c CfnResourceCollection, scope constructs.Construct, id *string, ...)
- type CfnNotificationChannel
- type CfnNotificationChannelProps
- type CfnNotificationChannel_NotificationChannelConfigProperty
- type CfnNotificationChannel_SnsChannelConfigProperty
- type CfnResourceCollection
- type CfnResourceCollectionProps
- type CfnResourceCollection_CloudFormationCollectionFilterProperty
- type CfnResourceCollection_ResourceCollectionFilterProperty
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.
func CfnNotificationChannel_IsCfnResource ¶
func CfnNotificationChannel_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnNotificationChannel_IsConstruct ¶
func CfnNotificationChannel_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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.
func CfnResourceCollection_IsCfnResource ¶
func CfnResourceCollection_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnResourceCollection_IsConstruct ¶
func CfnResourceCollection_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func NewCfnNotificationChannel_Override ¶
func NewCfnNotificationChannel_Override(c CfnNotificationChannel, scope constructs.Construct, id *string, props *CfnNotificationChannelProps)
Create a new `AWS::DevOpsGuru::NotificationChannel`.
func NewCfnResourceCollection_Override ¶
func NewCfnResourceCollection_Override(c CfnResourceCollection, scope constructs.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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::DevOpsGuru::NotificationChannel`.
TODO: EXAMPLE
func NewCfnNotificationChannel ¶
func NewCfnNotificationChannel(scope constructs.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`.
TODO: EXAMPLE
type CfnNotificationChannel_NotificationChannelConfigProperty ¶
type CfnNotificationChannel_NotificationChannelConfigProperty struct {
// `CfnNotificationChannel.NotificationChannelConfigProperty.Sns`.
Sns interface{} `json:"sns"`
}
TODO: EXAMPLE
type CfnNotificationChannel_SnsChannelConfigProperty ¶
type CfnNotificationChannel_SnsChannelConfigProperty struct {
// `CfnNotificationChannel.SnsChannelConfigProperty.TopicArn`.
TopicArn *string `json:"topicArn"`
}
TODO: EXAMPLE
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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::DevOpsGuru::ResourceCollection`.
TODO: EXAMPLE
func NewCfnResourceCollection ¶
func NewCfnResourceCollection(scope constructs.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`.
TODO: EXAMPLE
type CfnResourceCollection_CloudFormationCollectionFilterProperty ¶
type CfnResourceCollection_CloudFormationCollectionFilterProperty struct {
// `CfnResourceCollection.CloudFormationCollectionFilterProperty.StackNames`.
StackNames *[]*string `json:"stackNames"`
}
TODO: EXAMPLE
type CfnResourceCollection_ResourceCollectionFilterProperty ¶
type CfnResourceCollection_ResourceCollectionFilterProperty struct {
// `CfnResourceCollection.ResourceCollectionFilterProperty.CloudFormation`.
CloudFormation interface{} `json:"cloudFormation"`
}
TODO: EXAMPLE