aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.ssmcontacts.getContactChannel

Explore with Pulumi AI

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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:ssmcontacts:getContactChannel
  arguments:
    # arguments dictionary

The 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.

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