1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. appsync
  5. getChannelNamespace

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.appsync.getChannelNamespace

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    Resource schema for AppSync ChannelNamespace

    Using getChannelNamespace

    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 getChannelNamespace(args: GetChannelNamespaceArgs, opts?: InvokeOptions): Promise<GetChannelNamespaceResult>
    function getChannelNamespaceOutput(args: GetChannelNamespaceOutputArgs, opts?: InvokeOptions): Output<GetChannelNamespaceResult>
    def get_channel_namespace(channel_namespace_arn: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetChannelNamespaceResult
    def get_channel_namespace_output(channel_namespace_arn: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetChannelNamespaceResult]
    func LookupChannelNamespace(ctx *Context, args *LookupChannelNamespaceArgs, opts ...InvokeOption) (*LookupChannelNamespaceResult, error)
    func LookupChannelNamespaceOutput(ctx *Context, args *LookupChannelNamespaceOutputArgs, opts ...InvokeOption) LookupChannelNamespaceResultOutput

    > Note: This function is named LookupChannelNamespace in the Go SDK.

    public static class GetChannelNamespace 
    {
        public static Task<GetChannelNamespaceResult> InvokeAsync(GetChannelNamespaceArgs args, InvokeOptions? opts = null)
        public static Output<GetChannelNamespaceResult> Invoke(GetChannelNamespaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetChannelNamespaceResult> getChannelNamespace(GetChannelNamespaceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:appsync:getChannelNamespace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ChannelNamespaceArn string
    The Amazon Resource Name (ARN) of the channel namespace.
    ChannelNamespaceArn string
    The Amazon Resource Name (ARN) of the channel namespace.
    channelNamespaceArn String
    The Amazon Resource Name (ARN) of the channel namespace.
    channelNamespaceArn string
    The Amazon Resource Name (ARN) of the channel namespace.
    channel_namespace_arn str
    The Amazon Resource Name (ARN) of the channel namespace.
    channelNamespaceArn String
    The Amazon Resource Name (ARN) of the channel namespace.

    getChannelNamespace Result

    The following output properties are available:

    ChannelNamespaceArn string
    The Amazon Resource Name (ARN) of the channel namespace.
    CodeHandlers string
    The event handler functions that run custom business logic to process published events and subscribe requests.
    PublishAuthModes List<Pulumi.AwsNative.AppSync.Outputs.ChannelNamespaceAuthMode>
    List of AuthModes supported for Publish operations.
    SubscribeAuthModes List<Pulumi.AwsNative.AppSync.Outputs.ChannelNamespaceAuthMode>
    List of AuthModes supported for Subscribe operations.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A set of tags (key-value pairs) for this channel namespace.
    ChannelNamespaceArn string
    The Amazon Resource Name (ARN) of the channel namespace.
    CodeHandlers string
    The event handler functions that run custom business logic to process published events and subscribe requests.
    PublishAuthModes []ChannelNamespaceAuthMode
    List of AuthModes supported for Publish operations.
    SubscribeAuthModes []ChannelNamespaceAuthMode
    List of AuthModes supported for Subscribe operations.
    Tags Tag
    A set of tags (key-value pairs) for this channel namespace.
    channelNamespaceArn String
    The Amazon Resource Name (ARN) of the channel namespace.
    codeHandlers String
    The event handler functions that run custom business logic to process published events and subscribe requests.
    publishAuthModes List<ChannelNamespaceAuthMode>
    List of AuthModes supported for Publish operations.
    subscribeAuthModes List<ChannelNamespaceAuthMode>
    List of AuthModes supported for Subscribe operations.
    tags List<Tag>
    A set of tags (key-value pairs) for this channel namespace.
    channelNamespaceArn string
    The Amazon Resource Name (ARN) of the channel namespace.
    codeHandlers string
    The event handler functions that run custom business logic to process published events and subscribe requests.
    publishAuthModes ChannelNamespaceAuthMode[]
    List of AuthModes supported for Publish operations.
    subscribeAuthModes ChannelNamespaceAuthMode[]
    List of AuthModes supported for Subscribe operations.
    tags Tag[]
    A set of tags (key-value pairs) for this channel namespace.
    channel_namespace_arn str
    The Amazon Resource Name (ARN) of the channel namespace.
    code_handlers str
    The event handler functions that run custom business logic to process published events and subscribe requests.
    publish_auth_modes Sequence[ChannelNamespaceAuthMode]
    List of AuthModes supported for Publish operations.
    subscribe_auth_modes Sequence[ChannelNamespaceAuthMode]
    List of AuthModes supported for Subscribe operations.
    tags Sequence[root_Tag]
    A set of tags (key-value pairs) for this channel namespace.
    channelNamespaceArn String
    The Amazon Resource Name (ARN) of the channel namespace.
    codeHandlers String
    The event handler functions that run custom business logic to process published events and subscribe requests.
    publishAuthModes List<Property Map>
    List of AuthModes supported for Publish operations.
    subscribeAuthModes List<Property Map>
    List of AuthModes supported for Subscribe operations.
    tags List<Property Map>
    A set of tags (key-value pairs) for this channel namespace.

    Supporting Types

    ChannelNamespaceAuthMode

    ChannelNamespaceAuthenticationType

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

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

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi