We recommend new projects start with resources from the AWS provider.
aws-native.ssmcontacts.ContactChannel
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::SSMContacts::ContactChannel
Create ContactChannel Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ContactChannel(name: string, args?: ContactChannelArgs, opts?: CustomResourceOptions);@overload
def ContactChannel(resource_name: str,
                   args: Optional[ContactChannelArgs] = None,
                   opts: Optional[ResourceOptions] = None)
@overload
def ContactChannel(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   channel_address: Optional[str] = None,
                   channel_name: Optional[str] = None,
                   channel_type: Optional[ContactChannelChannelType] = None,
                   contact_id: Optional[str] = None,
                   defer_activation: Optional[bool] = None)func NewContactChannel(ctx *Context, name string, args *ContactChannelArgs, opts ...ResourceOption) (*ContactChannel, error)public ContactChannel(string name, ContactChannelArgs? args = null, CustomResourceOptions? opts = null)
public ContactChannel(String name, ContactChannelArgs args)
public ContactChannel(String name, ContactChannelArgs args, CustomResourceOptions options)
type: aws-native:ssmcontacts:ContactChannel
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ContactChannelArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ContactChannelArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ContactChannelArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ContactChannelArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ContactChannelArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ContactChannel Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ContactChannel resource accepts the following input properties:
- ChannelAddress string
- The details that SSM Incident Manager uses when trying to engage the contact channel.
- ChannelName string
- The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
- ChannelType Pulumi.Aws Native. Ssm Contacts. Contact Channel Channel Type 
- Device type, which specify notification channel. Currently supported values: "SMS", "VOICE", "EMAIL", "CHATBOT.
- ContactId string
- ARN of the contact resource
- DeferActivation bool
- If you want to activate the channel at a later time, you can choose to defer activation. SSM Incident Manager can't engage your contact channel until it has been activated.
- ChannelAddress string
- The details that SSM Incident Manager uses when trying to engage the contact channel.
- ChannelName string
- The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
- ChannelType ContactChannel Channel Type 
- Device type, which specify notification channel. Currently supported values: "SMS", "VOICE", "EMAIL", "CHATBOT.
- ContactId string
- ARN of the contact resource
- DeferActivation bool
- If you want to activate the channel at a later time, you can choose to defer activation. SSM Incident Manager can't engage your contact channel until it has been activated.
- channelAddress String
- The details that SSM Incident Manager uses when trying to engage the contact channel.
- channelName String
- The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
- channelType ContactChannel Channel Type 
- Device type, which specify notification channel. Currently supported values: "SMS", "VOICE", "EMAIL", "CHATBOT.
- contactId String
- ARN of the contact resource
- deferActivation Boolean
- If you want to activate the channel at a later time, you can choose to defer activation. SSM Incident Manager can't engage your contact channel until it has been activated.
- channelAddress string
- The details that SSM Incident Manager uses when trying to engage the contact channel.
- channelName string
- The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
- channelType ContactChannel Channel Type 
- Device type, which specify notification channel. Currently supported values: "SMS", "VOICE", "EMAIL", "CHATBOT.
- contactId string
- ARN of the contact resource
- deferActivation boolean
- If you want to activate the channel at a later time, you can choose to defer activation. SSM Incident Manager can't engage your contact channel until it has been activated.
- channel_address str
- The details that SSM Incident Manager uses when trying to engage the contact channel.
- channel_name str
- The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
- channel_type ContactChannel Channel Type 
- Device type, which specify notification channel. Currently supported values: "SMS", "VOICE", "EMAIL", "CHATBOT.
- contact_id str
- ARN of the contact resource
- defer_activation bool
- If you want to activate the channel at a later time, you can choose to defer activation. SSM Incident Manager can't engage your contact channel until it has been activated.
- channelAddress String
- The details that SSM Incident Manager uses when trying to engage the contact channel.
- channelName String
- The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
- channelType "SMS" | "VOICE" | "EMAIL"
- Device type, which specify notification channel. Currently supported values: "SMS", "VOICE", "EMAIL", "CHATBOT.
- contactId String
- ARN of the contact resource
- deferActivation Boolean
- If you want to activate the channel at a later time, you can choose to defer activation. SSM Incident Manager can't engage your contact channel until it has been activated.
Outputs
All input properties are implicitly available as output properties. Additionally, the ContactChannel resource produces the following output properties:
Supporting Types
ContactChannelChannelType, ContactChannelChannelTypeArgs        
- Sms
- SMS
- Voice
- VOICE
- ContactChannel Channel Type Sms 
- SMS
- ContactChannel Channel Type Voice 
- VOICE
- ContactChannel Channel Type Email 
- Sms
- SMS
- Voice
- VOICE
- Sms
- SMS
- Voice
- VOICE
- SMS
- SMS
- VOICE
- VOICE
- "SMS"
- SMS
- "VOICE"
- VOICE
- "EMAIL"
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.