Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts.CfnContactChannelPropsMixin.Builder
Packages that use CfnContactChannelPropsMixin.Builder
-
Uses of CfnContactChannelPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts
Methods in software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts that return CfnContactChannelPropsMixin.BuilderModifier and TypeMethodDescriptionCfnContactChannelPropsMixin.Builder.channelAddress(String channelAddress) The details that Incident Manager uses when trying to engage the contact channel.CfnContactChannelPropsMixin.Builder.channelName(String channelName) The name of the contact channel.CfnContactChannelPropsMixin.Builder.channelType(String channelType) The type of the contact channel.The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.CfnContactChannelPropsMixin.Builder.create()CfnContactChannelPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnContactChannelPropsMixin.Builder.deferActivation(Boolean deferActivation) If you want to activate the channel at a later time, you can choose to defer activation.CfnContactChannelPropsMixin.Builder.deferActivation(IResolvable deferActivation) If you want to activate the channel at a later time, you can choose to defer activation.