awsssmincidents

package
v1.106.0-devpreview Latest Latest
Warning

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

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

Documentation

Index

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. Experimental.

func CfnReplicationSet_IsCfnResource

func CfnReplicationSet_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnReplicationSet_IsConstruct

func CfnReplicationSet_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

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. Experimental.

func CfnResponsePlan_IsCfnResource

func CfnResponsePlan_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnResponsePlan_IsConstruct

func CfnResponsePlan_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func NewCfnReplicationSet_Override

func NewCfnReplicationSet_Override(c CfnReplicationSet, scope awscdk.Construct, id *string, props *CfnReplicationSetProps)

Create a new `AWS::SSMIncidents::ReplicationSet`.

func NewCfnResponsePlan_Override

func NewCfnResponsePlan_Override(c CfnResponsePlan, scope awscdk.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() awscdk.ConstructNode
	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)
	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::SSMIncidents::ReplicationSet`.

func NewCfnReplicationSet

func NewCfnReplicationSet(scope awscdk.Construct, id *string, props *CfnReplicationSetProps) CfnReplicationSet

Create a new `AWS::SSMIncidents::ReplicationSet`.

type CfnReplicationSetProps

type CfnReplicationSetProps struct {
	// `AWS::SSMIncidents::ReplicationSet.Regions`.
	Regions interface{} `json:"regions"`
	// `AWS::SSMIncidents::ReplicationSet.DeletionProtected`.
	DeletionProtected interface{} `json:"deletionProtected"`
}

Properties for defining a `AWS::SSMIncidents::ReplicationSet`.

type CfnReplicationSet_RegionConfigurationProperty

type CfnReplicationSet_RegionConfigurationProperty struct {
	// `CfnReplicationSet.RegionConfigurationProperty.SseKmsKeyId`.
	SseKmsKeyId *string `json:"sseKmsKeyId"`
}

type CfnReplicationSet_ReplicationRegionProperty

type CfnReplicationSet_ReplicationRegionProperty struct {
	// `CfnReplicationSet.ReplicationRegionProperty.RegionConfiguration`.
	RegionConfiguration interface{} `json:"regionConfiguration"`
	// `CfnReplicationSet.ReplicationRegionProperty.RegionName`.
	RegionName *string `json:"regionName"`
}

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() awscdk.ConstructNode
	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)
	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::SSMIncidents::ResponsePlan`.

func NewCfnResponsePlan

func NewCfnResponsePlan(scope awscdk.Construct, id *string, props *CfnResponsePlanProps) CfnResponsePlan

Create a new `AWS::SSMIncidents::ResponsePlan`.

type CfnResponsePlanProps

type CfnResponsePlanProps struct {
	// `AWS::SSMIncidents::ResponsePlan.IncidentTemplate`.
	IncidentTemplate interface{} `json:"incidentTemplate"`
	// `AWS::SSMIncidents::ResponsePlan.Name`.
	Name *string `json:"name"`
	// `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.Tags`.
	Tags *[]*awscdk.CfnTag `json:"tags"`
}

Properties for defining a `AWS::SSMIncidents::ResponsePlan`.

type CfnResponsePlan_ActionProperty

type CfnResponsePlan_ActionProperty struct {
	// `CfnResponsePlan.ActionProperty.SsmAutomation`.
	SsmAutomation interface{} `json:"ssmAutomation"`
}

type CfnResponsePlan_ChatChannelProperty

type CfnResponsePlan_ChatChannelProperty struct {
	// `CfnResponsePlan.ChatChannelProperty.ChatbotSns`.
	ChatbotSns *[]*string `json:"chatbotSns"`
}

type CfnResponsePlan_IncidentTemplateProperty

type CfnResponsePlan_IncidentTemplateProperty struct {
	// `CfnResponsePlan.IncidentTemplateProperty.Impact`.
	Impact *float64 `json:"impact"`
	// `CfnResponsePlan.IncidentTemplateProperty.Title`.
	Title *string `json:"title"`
	// `CfnResponsePlan.IncidentTemplateProperty.DedupeString`.
	DedupeString *string `json:"dedupeString"`
	// `CfnResponsePlan.IncidentTemplateProperty.NotificationTargets`.
	NotificationTargets interface{} `json:"notificationTargets"`
	// `CfnResponsePlan.IncidentTemplateProperty.Summary`.
	Summary *string `json:"summary"`
}

type CfnResponsePlan_NotificationTargetItemProperty

type CfnResponsePlan_NotificationTargetItemProperty struct {
	// `CfnResponsePlan.NotificationTargetItemProperty.SnsTopicArn`.
	SnsTopicArn *string `json:"snsTopicArn"`
}

type CfnResponsePlan_SsmAutomationProperty

type CfnResponsePlan_SsmAutomationProperty struct {
	// `CfnResponsePlan.SsmAutomationProperty.DocumentName`.
	DocumentName *string `json:"documentName"`
	// `CfnResponsePlan.SsmAutomationProperty.RoleArn`.
	RoleArn *string `json:"roleArn"`
	// `CfnResponsePlan.SsmAutomationProperty.DocumentVersion`.
	DocumentVersion *string `json:"documentVersion"`
	// `CfnResponsePlan.SsmAutomationProperty.Parameters`.
	Parameters interface{} `json:"parameters"`
	// `CfnResponsePlan.SsmAutomationProperty.TargetAccount`.
	TargetAccount *string `json:"targetAccount"`
}

type CfnResponsePlan_SsmParameterProperty

type CfnResponsePlan_SsmParameterProperty struct {
	// `CfnResponsePlan.SsmParameterProperty.Key`.
	Key *string `json:"key"`
	// `CfnResponsePlan.SsmParameterProperty.Values`.
	Values *[]*string `json:"values"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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