Documentation ¶
Index ¶
- func CfnReplicationSet_CFN_RESOURCE_TYPE_NAME() *string
- func CfnReplicationSet_IsCfnElement(x interface{}) *bool
- func CfnReplicationSet_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnReplicationSet_IsConstruct(x interface{}) *bool
- func CfnResponsePlan_CFN_RESOURCE_TYPE_NAME() *string
- func CfnResponsePlan_IsCfnElement(x interface{}) *bool
- func CfnResponsePlan_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnResponsePlan_IsConstruct(x interface{}) *bool
- func NewCfnReplicationSet_Override(c CfnReplicationSet, scope constructs.Construct, id *string, ...)
- func NewCfnResponsePlan_Override(c CfnResponsePlan, scope constructs.Construct, id *string, ...)
- type CfnReplicationSet
- type CfnReplicationSetProps
- type CfnReplicationSet_RegionConfigurationProperty
- type CfnReplicationSet_ReplicationRegionProperty
- type CfnResponsePlan
- type CfnResponsePlanProps
- type CfnResponsePlan_ActionProperty
- type CfnResponsePlan_ChatChannelProperty
- type CfnResponsePlan_IncidentTemplateProperty
- type CfnResponsePlan_NotificationTargetItemProperty
- type CfnResponsePlan_SsmAutomationProperty
- type CfnResponsePlan_SsmParameterProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnReplicationSet_CFN_RESOURCE_TYPE_NAME ¶
func CfnReplicationSet_CFN_RESOURCE_TYPE_NAME() *string
func CfnReplicationSet_IsCfnElement ¶
func CfnReplicationSet_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 CfnReplicationSet_IsCfnResource ¶
func CfnReplicationSet_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnReplicationSet_IsConstruct ¶
func CfnReplicationSet_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 CfnResponsePlan_CFN_RESOURCE_TYPE_NAME ¶
func CfnResponsePlan_CFN_RESOURCE_TYPE_NAME() *string
func CfnResponsePlan_IsCfnElement ¶
func CfnResponsePlan_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 CfnResponsePlan_IsCfnResource ¶
func CfnResponsePlan_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnResponsePlan_IsConstruct ¶
func CfnResponsePlan_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 NewCfnReplicationSet_Override ¶
func NewCfnReplicationSet_Override(c CfnReplicationSet, scope constructs.Construct, id *string, props *CfnReplicationSetProps)
Create a new `AWS::SSMIncidents::ReplicationSet`.
func NewCfnResponsePlan_Override ¶
func NewCfnResponsePlan_Override(c CfnResponsePlan, scope constructs.Construct, id *string, props *CfnResponsePlanProps)
Create a new `AWS::SSMIncidents::ResponsePlan`.
Types ¶
type CfnReplicationSet ¶
type CfnReplicationSet interface { awscdk.CfnResource awscdk.IInspectable AttrArn() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string DeletionProtected() interface{} SetDeletionProtected(val interface{}) LogicalId() *string Node() constructs.Node Ref() *string Regions() interface{} SetRegions(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::SSMIncidents::ReplicationSet`.
TODO: EXAMPLE
func NewCfnReplicationSet ¶
func NewCfnReplicationSet(scope constructs.Construct, id *string, props *CfnReplicationSetProps) CfnReplicationSet
Create a new `AWS::SSMIncidents::ReplicationSet`.
type CfnReplicationSetProps ¶
type CfnReplicationSetProps struct { // `AWS::SSMIncidents::ReplicationSet.DeletionProtected`. DeletionProtected interface{} `json:"deletionProtected"` // `AWS::SSMIncidents::ReplicationSet.Regions`. Regions interface{} `json:"regions"` }
Properties for defining a `AWS::SSMIncidents::ReplicationSet`.
TODO: EXAMPLE
type CfnReplicationSet_RegionConfigurationProperty ¶
type CfnReplicationSet_RegionConfigurationProperty struct { // `CfnReplicationSet.RegionConfigurationProperty.SseKmsKeyId`. SseKmsKeyId *string `json:"sseKmsKeyId"` }
TODO: EXAMPLE
type CfnReplicationSet_ReplicationRegionProperty ¶
type CfnReplicationSet_ReplicationRegionProperty struct { // `CfnReplicationSet.ReplicationRegionProperty.RegionConfiguration`. RegionConfiguration interface{} `json:"regionConfiguration"` // `CfnReplicationSet.ReplicationRegionProperty.RegionName`. RegionName *string `json:"regionName"` }
TODO: EXAMPLE
type CfnResponsePlan ¶
type CfnResponsePlan interface { awscdk.CfnResource awscdk.IInspectable Actions() interface{} SetActions(val interface{}) AttrArn() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string ChatChannel() interface{} SetChatChannel(val interface{}) CreationStack() *[]*string DisplayName() *string SetDisplayName(val *string) Engagements() *[]*string SetEngagements(val *[]*string) IncidentTemplate() interface{} SetIncidentTemplate(val interface{}) LogicalId() *string Name() *string SetName(val *string) Node() constructs.Node Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager 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::SSMIncidents::ResponsePlan`.
TODO: EXAMPLE
func NewCfnResponsePlan ¶
func NewCfnResponsePlan(scope constructs.Construct, id *string, props *CfnResponsePlanProps) CfnResponsePlan
Create a new `AWS::SSMIncidents::ResponsePlan`.
type CfnResponsePlanProps ¶
type CfnResponsePlanProps struct { // `AWS::SSMIncidents::ResponsePlan.Actions`. Actions interface{} `json:"actions"` // `AWS::SSMIncidents::ResponsePlan.ChatChannel`. ChatChannel interface{} `json:"chatChannel"` // `AWS::SSMIncidents::ResponsePlan.DisplayName`. DisplayName *string `json:"displayName"` // `AWS::SSMIncidents::ResponsePlan.Engagements`. Engagements *[]*string `json:"engagements"` // `AWS::SSMIncidents::ResponsePlan.IncidentTemplate`. IncidentTemplate interface{} `json:"incidentTemplate"` // `AWS::SSMIncidents::ResponsePlan.Name`. Name *string `json:"name"` // `AWS::SSMIncidents::ResponsePlan.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::SSMIncidents::ResponsePlan`.
TODO: EXAMPLE
type CfnResponsePlan_ActionProperty ¶
type CfnResponsePlan_ActionProperty struct {
// `CfnResponsePlan.ActionProperty.SsmAutomation`.
SsmAutomation interface{} `json:"ssmAutomation"`
}
TODO: EXAMPLE
type CfnResponsePlan_ChatChannelProperty ¶
type CfnResponsePlan_ChatChannelProperty struct { // `CfnResponsePlan.ChatChannelProperty.ChatbotSns`. ChatbotSns *[]*string `json:"chatbotSns"` }
TODO: EXAMPLE
type CfnResponsePlan_IncidentTemplateProperty ¶
type CfnResponsePlan_IncidentTemplateProperty struct { // `CfnResponsePlan.IncidentTemplateProperty.DedupeString`. DedupeString *string `json:"dedupeString"` // `CfnResponsePlan.IncidentTemplateProperty.Impact`. Impact *float64 `json:"impact"` // `CfnResponsePlan.IncidentTemplateProperty.NotificationTargets`. NotificationTargets interface{} `json:"notificationTargets"` // `CfnResponsePlan.IncidentTemplateProperty.Summary`. Summary *string `json:"summary"` // `CfnResponsePlan.IncidentTemplateProperty.Title`. Title *string `json:"title"` }
TODO: EXAMPLE
type CfnResponsePlan_NotificationTargetItemProperty ¶
type CfnResponsePlan_NotificationTargetItemProperty struct { // `CfnResponsePlan.NotificationTargetItemProperty.SnsTopicArn`. SnsTopicArn *string `json:"snsTopicArn"` }
TODO: EXAMPLE
type CfnResponsePlan_SsmAutomationProperty ¶
type CfnResponsePlan_SsmAutomationProperty struct { // `CfnResponsePlan.SsmAutomationProperty.DocumentName`. DocumentName *string `json:"documentName"` // `CfnResponsePlan.SsmAutomationProperty.DocumentVersion`. DocumentVersion *string `json:"documentVersion"` // `CfnResponsePlan.SsmAutomationProperty.Parameters`. Parameters interface{} `json:"parameters"` // `CfnResponsePlan.SsmAutomationProperty.RoleArn`. RoleArn *string `json:"roleArn"` // `CfnResponsePlan.SsmAutomationProperty.TargetAccount`. TargetAccount *string `json:"targetAccount"` }
TODO: EXAMPLE
type CfnResponsePlan_SsmParameterProperty ¶
type CfnResponsePlan_SsmParameterProperty struct { // `CfnResponsePlan.SsmParameterProperty.Key`. Key *string `json:"key"` // `CfnResponsePlan.SsmParameterProperty.Values`. Values *[]*string `json:"values"` }
TODO: EXAMPLE