We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.ssmcontacts.getContactChannel
Start a Neo task
Explain and create an aws-native.ssmcontacts.getContactChannel resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::SSMContacts::ContactChannel
Using getContactChannel
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getContactChannel(args: GetContactChannelArgs, opts?: InvokeOptions): Promise<GetContactChannelResult>
function getContactChannelOutput(args: GetContactChannelOutputArgs, opts?: InvokeOptions): Output<GetContactChannelResult>def get_contact_channel(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetContactChannelResult
def get_contact_channel_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetContactChannelResult]func LookupContactChannel(ctx *Context, args *LookupContactChannelArgs, opts ...InvokeOption) (*LookupContactChannelResult, error)
func LookupContactChannelOutput(ctx *Context, args *LookupContactChannelOutputArgs, opts ...InvokeOption) LookupContactChannelResultOutput> Note: This function is named LookupContactChannel in the Go SDK.
public static class GetContactChannel
{
public static Task<GetContactChannelResult> InvokeAsync(GetContactChannelArgs args, InvokeOptions? opts = null)
public static Output<GetContactChannelResult> Invoke(GetContactChannelInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetContactChannelResult> getContactChannel(GetContactChannelArgs args, InvokeOptions options)
public static Output<GetContactChannelResult> getContactChannel(GetContactChannelArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ssmcontacts:getContactChannel
arguments:
# arguments dictionaryThe following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- Arn string
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- arn String
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- arn string
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- arn str
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- arn String
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
getContactChannel Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- 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.
- Arn string
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- 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.
- arn String
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- 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.
- arn string
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- 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.
- arn str
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- 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.
- arn String
- The Amazon Resource Name (ARN) of the engagement to a contact channel.
- 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.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
