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
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:
- Channel
Namespace stringArn - The Amazon Resource Name (ARN) of the channel namespace.
- Channel
Namespace stringArn - The Amazon Resource Name (ARN) of the channel namespace.
- channel
Namespace StringArn - The Amazon Resource Name (ARN) of the channel namespace.
- channel
Namespace stringArn - The Amazon Resource Name (ARN) of the channel namespace.
- channel_
namespace_ strarn - The Amazon Resource Name (ARN) of the channel namespace.
- channel
Namespace StringArn - The Amazon Resource Name (ARN) of the channel namespace.
getChannelNamespace Result
The following output properties are available:
- Channel
Namespace stringArn - The Amazon Resource Name (ARN) of the channel namespace.
- Code
Handlers string - The event handler functions that run custom business logic to process published events and subscribe requests.
- Publish
Auth List<Pulumi.Modes Aws Native. App Sync. Outputs. Channel Namespace Auth Mode> - List of AuthModes supported for Publish operations.
- Subscribe
Auth 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.
- Channel
Namespace stringArn - The Amazon Resource Name (ARN) of the channel namespace.
- Code
Handlers string - The event handler functions that run custom business logic to process published events and subscribe requests.
- Publish
Auth []ChannelModes Namespace Auth Mode - List of AuthModes supported for Publish operations.
- Subscribe
Auth []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 StringArn - The Amazon Resource Name (ARN) of the channel namespace.
- code
Handlers String - The event handler functions that run custom business logic to process published events and subscribe requests.
- publish
Auth List<ChannelModes Namespace Auth Mode> - List of AuthModes supported for Publish operations.
- subscribe
Auth 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.
- channel
Namespace stringArn - The Amazon Resource Name (ARN) of the channel namespace.
- code
Handlers string - The event handler functions that run custom business logic to process published events and subscribe requests.
- publish
Auth ChannelModes Namespace Auth Mode[] - List of AuthModes supported for Publish operations.
- subscribe
Auth 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.
- channel
Namespace StringArn - The Amazon Resource Name (ARN) of the channel namespace.
- code
Handlers String - The event handler functions that run custom business logic to process published events and subscribe requests.
- publish
Auth List<Property Map>Modes - List of AuthModes supported for Publish operations.
- subscribe
Auth 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.9.0 published on Monday, Nov 18, 2024 by Pulumi