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
The ContactChannel resource accepts the following input properties:
- Channel
Address string - The details that SSM Incident Manager uses when trying to engage the contact channel.
- Channel
Name string - The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
- Channel
Type Pulumi.Aws Native. Ssm Contacts. Contact Channel Channel Type - Device type, which specify notification channel. Currently supported values: "SMS", "VOICE", "EMAIL", "CHATBOT.
- Contact
Id string - 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.
- Channel
Address string - The details that SSM Incident Manager uses when trying to engage the contact channel.
- Channel
Name string - 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 string - 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.
- channel
Address String - The details that SSM Incident Manager uses when trying to engage the contact channel.
- channel
Name String - 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 String - ARN of the contact resource
- defer
Activation 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 string - The details that SSM Incident Manager uses when trying to engage the contact channel.
- channel
Name string - 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 string - ARN of the contact resource
- defer
Activation 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.
- channel
Address String - The details that SSM Incident Manager uses when trying to engage the contact channel.
- channel
Name String - The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
- channel
Type "SMS" | "VOICE" | "EMAIL" - Device type, which specify notification channel. Currently supported values: "SMS", "VOICE", "EMAIL", "CHATBOT.
- contact
Id String - ARN of the contact resource
- defer
Activation 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
- Contact
Channel Channel Type Sms - SMS
- Contact
Channel Channel Type Voice - VOICE
- Contact
Channel 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.