We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.appsync.getChannelNamespace
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetChannelNamespaceResult> getChannelNamespace(GetChannelNamespaceArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:appsync:getChannelNamespace
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ChannelNamespace stringArn 
- The Amazon Resource Name (ARN) of the channel namespace.
- ChannelNamespace stringArn 
- The Amazon Resource Name (ARN) of the channel namespace.
- channelNamespace StringArn 
- The Amazon Resource Name (ARN) of the channel namespace.
- channelNamespace stringArn 
- The Amazon Resource Name (ARN) of the channel namespace.
- channel_namespace_ strarn 
- The Amazon Resource Name (ARN) of the channel namespace.
- channelNamespace StringArn 
- The Amazon Resource Name (ARN) of the channel namespace.
getChannelNamespace Result
The following output properties are available:
- ChannelNamespace stringArn 
- 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.
- PublishAuth List<Pulumi.Modes Aws Native. App Sync. Outputs. Channel Namespace Auth Mode> 
- List of AuthModes supported for Publish operations.
- SubscribeAuth List<Pulumi.Modes Aws Native. App Sync. Outputs. Channel Namespace Auth Mode> 
- List of AuthModes supported for Subscribe operations.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- A set of tags (key-value pairs) for this channel namespace.
- ChannelNamespace stringArn 
- 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.
- PublishAuth []ChannelModes Namespace Auth Mode 
- List of AuthModes supported for Publish operations.
- SubscribeAuth []ChannelModes Namespace Auth Mode 
- List of AuthModes supported for Subscribe operations.
- Tag
- A set of tags (key-value pairs) for this channel namespace.
- channelNamespace StringArn 
- 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.
- publishAuth List<ChannelModes Namespace Auth Mode> 
- List of AuthModes supported for Publish operations.
- subscribeAuth List<ChannelModes Namespace Auth Mode> 
- List of AuthModes supported for Subscribe operations.
- List<Tag>
- A set of tags (key-value pairs) for this channel namespace.
- channelNamespace stringArn 
- 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.
- publishAuth ChannelModes Namespace Auth Mode[] 
- List of AuthModes supported for Publish operations.
- subscribeAuth ChannelModes Namespace Auth Mode[] 
- List of AuthModes supported for Subscribe operations.
- Tag[]
- A set of tags (key-value pairs) for this channel namespace.
- channel_namespace_ strarn 
- 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_ Sequence[Channelmodes Namespace Auth Mode] 
- List of AuthModes supported for Publish operations.
- subscribe_auth_ Sequence[Channelmodes Namespace Auth Mode] 
- List of AuthModes supported for Subscribe operations.
- Sequence[root_Tag]
- A set of tags (key-value pairs) for this channel namespace.
- channelNamespace StringArn 
- 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.
- publishAuth List<Property Map>Modes 
- List of AuthModes supported for Publish operations.
- subscribeAuth List<Property Map>Modes 
- List of AuthModes supported for Subscribe operations.
- List<Property Map>
- A set of tags (key-value pairs) for this channel namespace.
Supporting Types
ChannelNamespaceAuthMode   
ChannelNamespaceAuthenticationType   
Tag
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi