1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ssmcontacts
  5. getContactChannel

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.ssmcontacts.getContactChannel

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 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>
Copy
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]
Copy
func LookupContactChannel(ctx *Context, args *LookupContactChannelArgs, opts ...InvokeOption) (*LookupContactChannelResult, error)
func LookupContactChannelOutput(ctx *Context, args *LookupContactChannelOutputArgs, opts ...InvokeOption) LookupContactChannelResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetContactChannelResult> getContactChannel(GetContactChannelArgs args, InvokeOptions options)
public static Output<GetContactChannelResult> getContactChannel(GetContactChannelArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:ssmcontacts:getContactChannel
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Arn This property is required. string
The Amazon Resource Name (ARN) of the engagement to a contact channel.
Arn This property is required. string
The Amazon Resource Name (ARN) of the engagement to a contact channel.
arn This property is required. String
The Amazon Resource Name (ARN) of the engagement to a contact channel.
arn This property is required. string
The Amazon Resource Name (ARN) of the engagement to a contact channel.
arn This property is required. str
The Amazon Resource Name (ARN) of the engagement to a contact channel.
arn This property is required. 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.
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.
Arn string
The Amazon Resource Name (ARN) of the engagement to a contact channel.
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.
arn String
The Amazon Resource Name (ARN) of the engagement to a contact channel.
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.
arn string
The Amazon Resource Name (ARN) of the engagement to a contact channel.
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.
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.
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.

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.27.0 published on Monday, Apr 14, 2025 by Pulumi