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 CfnPolicy_CFN_RESOURCE_TYPE_NAME() *string
- func CfnPolicy_IsCfnElement(x interface{}) *bool
- func CfnPolicy_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnPolicy_IsConstruct(x interface{}) *bool
- func NewCfnNotificationChannel_Override(c CfnNotificationChannel, scope constructs.Construct, id *string, ...)
- func NewCfnPolicy_Override(c CfnPolicy, scope constructs.Construct, id *string, props *CfnPolicyProps)
- type CfnNotificationChannel
- type CfnNotificationChannelProps
- type CfnPolicy
- type CfnPolicyProps
- type CfnPolicy_IEMapProperty
- type CfnPolicy_PolicyTagProperty
- type CfnPolicy_ResourceTagProperty
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 CfnPolicy_CFN_RESOURCE_TYPE_NAME ¶
func CfnPolicy_CFN_RESOURCE_TYPE_NAME() *string
func CfnPolicy_IsCfnElement ¶
func CfnPolicy_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 CfnPolicy_IsCfnResource ¶
func CfnPolicy_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnPolicy_IsConstruct ¶
func CfnPolicy_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::FMS::NotificationChannel`.
func NewCfnPolicy_Override ¶
func NewCfnPolicy_Override(c CfnPolicy, scope constructs.Construct, id *string, props *CfnPolicyProps)
Create a new `AWS::FMS::Policy`.
Types ¶
type CfnNotificationChannel ¶
type CfnNotificationChannel interface {
awscdk.CfnResource
awscdk.IInspectable
CfnOptions() awscdk.ICfnResourceOptions
CfnProperties() *map[string]interface{}
CfnResourceType() *string
CreationStack() *[]*string
LogicalId() *string
Node() constructs.Node
Ref() *string
SnsRoleName() *string
SetSnsRoleName(val *string)
SnsTopicArn() *string
SetSnsTopicArn(val *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::FMS::NotificationChannel`.
TODO: EXAMPLE
func NewCfnNotificationChannel ¶
func NewCfnNotificationChannel(scope constructs.Construct, id *string, props *CfnNotificationChannelProps) CfnNotificationChannel
Create a new `AWS::FMS::NotificationChannel`.
type CfnNotificationChannelProps ¶
type CfnNotificationChannelProps struct {
// `AWS::FMS::NotificationChannel.SnsRoleName`.
SnsRoleName *string `json:"snsRoleName"`
// `AWS::FMS::NotificationChannel.SnsTopicArn`.
SnsTopicArn *string `json:"snsTopicArn"`
}
Properties for defining a `AWS::FMS::NotificationChannel`.
TODO: EXAMPLE
type CfnPolicy ¶
type CfnPolicy interface {
awscdk.CfnResource
awscdk.IInspectable
AttrArn() *string
AttrId() *string
CfnOptions() awscdk.ICfnResourceOptions
CfnProperties() *map[string]interface{}
CfnResourceType() *string
CreationStack() *[]*string
DeleteAllPolicyResources() interface{}
SetDeleteAllPolicyResources(val interface{})
ExcludeMap() interface{}
SetExcludeMap(val interface{})
ExcludeResourceTags() interface{}
SetExcludeResourceTags(val interface{})
IncludeMap() interface{}
SetIncludeMap(val interface{})
LogicalId() *string
Node() constructs.Node
PolicyName() *string
SetPolicyName(val *string)
Ref() *string
RemediationEnabled() interface{}
SetRemediationEnabled(val interface{})
ResourcesCleanUp() interface{}
SetResourcesCleanUp(val interface{})
ResourceTags() interface{}
SetResourceTags(val interface{})
ResourceType() *string
SetResourceType(val *string)
ResourceTypeList() *[]*string
SetResourceTypeList(val *[]*string)
SecurityServicePolicyData() interface{}
SetSecurityServicePolicyData(val interface{})
Stack() awscdk.Stack
Tags() *[]*CfnPolicy_PolicyTagProperty
SetTags(val *[]*CfnPolicy_PolicyTagProperty)
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::FMS::Policy`.
TODO: EXAMPLE
func NewCfnPolicy ¶
func NewCfnPolicy(scope constructs.Construct, id *string, props *CfnPolicyProps) CfnPolicy
Create a new `AWS::FMS::Policy`.
type CfnPolicyProps ¶
type CfnPolicyProps struct {
// `AWS::FMS::Policy.DeleteAllPolicyResources`.
DeleteAllPolicyResources interface{} `json:"deleteAllPolicyResources"`
// `AWS::FMS::Policy.ExcludeMap`.
ExcludeMap interface{} `json:"excludeMap"`
// `AWS::FMS::Policy.ExcludeResourceTags`.
ExcludeResourceTags interface{} `json:"excludeResourceTags"`
// `AWS::FMS::Policy.IncludeMap`.
IncludeMap interface{} `json:"includeMap"`
// `AWS::FMS::Policy.PolicyName`.
PolicyName *string `json:"policyName"`
// `AWS::FMS::Policy.RemediationEnabled`.
RemediationEnabled interface{} `json:"remediationEnabled"`
// `AWS::FMS::Policy.ResourcesCleanUp`.
ResourcesCleanUp interface{} `json:"resourcesCleanUp"`
// `AWS::FMS::Policy.ResourceTags`.
ResourceTags interface{} `json:"resourceTags"`
// `AWS::FMS::Policy.ResourceType`.
ResourceType *string `json:"resourceType"`
// `AWS::FMS::Policy.ResourceTypeList`.
ResourceTypeList *[]*string `json:"resourceTypeList"`
// `AWS::FMS::Policy.SecurityServicePolicyData`.
SecurityServicePolicyData interface{} `json:"securityServicePolicyData"`
// `AWS::FMS::Policy.Tags`.
Tags *[]*CfnPolicy_PolicyTagProperty `json:"tags"`
}
Properties for defining a `AWS::FMS::Policy`.
TODO: EXAMPLE
type CfnPolicy_IEMapProperty ¶
type CfnPolicy_PolicyTagProperty ¶
type CfnPolicy_PolicyTagProperty struct {
// `CfnPolicy.PolicyTagProperty.Key`.
Key *string `json:"key"`
// `CfnPolicy.PolicyTagProperty.Value`.
Value *string `json:"value"`
}
TODO: EXAMPLE
type CfnPolicy_ResourceTagProperty ¶
type CfnPolicy_ResourceTagProperty struct {
// `CfnPolicy.ResourceTagProperty.Key`.
Key *string `json:"key"`
// `CfnPolicy.ResourceTagProperty.Value`.
Value *string `json:"value"`
}
TODO: EXAMPLE