awsssmcontacts

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 CfnContactChannel_CFN_RESOURCE_TYPE_NAME

func CfnContactChannel_CFN_RESOURCE_TYPE_NAME() *string

func CfnContactChannel_IsCfnElement

func CfnContactChannel_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 CfnContactChannel_IsCfnResource

func CfnContactChannel_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnContactChannel_IsConstruct

func CfnContactChannel_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func CfnContact_CFN_RESOURCE_TYPE_NAME

func CfnContact_CFN_RESOURCE_TYPE_NAME() *string

func CfnContact_IsCfnElement

func CfnContact_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 CfnContact_IsCfnResource

func CfnContact_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnContact_IsConstruct

func CfnContact_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func NewCfnContactChannel_Override

func NewCfnContactChannel_Override(c CfnContactChannel, scope awscdk.Construct, id *string, props *CfnContactChannelProps)

Create a new `AWS::SSMContacts::ContactChannel`.

func NewCfnContact_Override

func NewCfnContact_Override(c CfnContact, scope awscdk.Construct, id *string, props *CfnContactProps)

Create a new `AWS::SSMContacts::Contact`.

Types

type CfnContact

type CfnContact interface {
	awscdk.CfnResource
	awscdk.IInspectable
	Alias() *string
	SetAlias(val *string)
	AttrArn() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	DisplayName() *string
	SetDisplayName(val *string)
	LogicalId() *string
	Node() awscdk.ConstructNode
	Plan() interface{}
	SetPlan(val interface{})
	Ref() *string
	Stack() awscdk.Stack
	Type() *string
	SetType(val *string)
	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::SSMContacts::Contact`.

func NewCfnContact

func NewCfnContact(scope awscdk.Construct, id *string, props *CfnContactProps) CfnContact

Create a new `AWS::SSMContacts::Contact`.

type CfnContactChannel

type CfnContactChannel interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrArn() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	ChannelAddress() *string
	SetChannelAddress(val *string)
	ChannelName() *string
	SetChannelName(val *string)
	ChannelType() *string
	SetChannelType(val *string)
	ContactId() *string
	SetContactId(val *string)
	CreationStack() *[]*string
	DeferActivation() interface{}
	SetDeferActivation(val interface{})
	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::SSMContacts::ContactChannel`.

func NewCfnContactChannel

func NewCfnContactChannel(scope awscdk.Construct, id *string, props *CfnContactChannelProps) CfnContactChannel

Create a new `AWS::SSMContacts::ContactChannel`.

type CfnContactChannelProps

type CfnContactChannelProps struct {
	// `AWS::SSMContacts::ContactChannel.ChannelAddress`.
	ChannelAddress *string `json:"channelAddress"`
	// `AWS::SSMContacts::ContactChannel.ChannelName`.
	ChannelName *string `json:"channelName"`
	// `AWS::SSMContacts::ContactChannel.ChannelType`.
	ChannelType *string `json:"channelType"`
	// `AWS::SSMContacts::ContactChannel.ContactId`.
	ContactId *string `json:"contactId"`
	// `AWS::SSMContacts::ContactChannel.DeferActivation`.
	DeferActivation interface{} `json:"deferActivation"`
}

Properties for defining a `AWS::SSMContacts::ContactChannel`.

type CfnContactProps

type CfnContactProps struct {
	// `AWS::SSMContacts::Contact.Alias`.
	Alias *string `json:"alias"`
	// `AWS::SSMContacts::Contact.DisplayName`.
	DisplayName *string `json:"displayName"`
	// `AWS::SSMContacts::Contact.Plan`.
	Plan interface{} `json:"plan"`
	// `AWS::SSMContacts::Contact.Type`.
	Type *string `json:"type"`
}

Properties for defining a `AWS::SSMContacts::Contact`.

type CfnContact_ChannelTargetInfoProperty

type CfnContact_ChannelTargetInfoProperty struct {
	// `CfnContact.ChannelTargetInfoProperty.ChannelId`.
	ChannelId *string `json:"channelId"`
	// `CfnContact.ChannelTargetInfoProperty.RetryIntervalInMinutes`.
	RetryIntervalInMinutes *float64 `json:"retryIntervalInMinutes"`
}

type CfnContact_ContactTargetInfoProperty

type CfnContact_ContactTargetInfoProperty struct {
	// `CfnContact.ContactTargetInfoProperty.ContactId`.
	ContactId *string `json:"contactId"`
	// `CfnContact.ContactTargetInfoProperty.IsEssential`.
	IsEssential interface{} `json:"isEssential"`
}

type CfnContact_StageProperty

type CfnContact_StageProperty struct {
	// `CfnContact.StageProperty.DurationInMinutes`.
	DurationInMinutes *float64 `json:"durationInMinutes"`
	// `CfnContact.StageProperty.Targets`.
	Targets interface{} `json:"targets"`
}

type CfnContact_TargetsProperty

type CfnContact_TargetsProperty struct {
	// `CfnContact.TargetsProperty.ChannelTargetInfo`.
	ChannelTargetInfo interface{} `json:"channelTargetInfo"`
	// `CfnContact.TargetsProperty.ContactTargetInfo`.
	ContactTargetInfo interface{} `json:"contactTargetInfo"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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