AWS::AppSync::ChannelNamespaceResource schema for AppSync ChannelNamespace
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApiId | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
CodeHandlers | string | |
CodeS3Location | string | Write-only |
HandlerConfigs | HandlerConfigs | |
PublishAuthModes | array | |
SubscribeAuthModes | array | |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ChannelNamespaceArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppSync::ChannelNamespace
Resources:
MyResource:
Type: AWS::AppSync::ChannelNamespace
Properties:
ApiId: "my-apiid"
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
appsync:CreateChannelNamespaceappsync:TagResourceappsync:GetChannelNamespaces3:GetObjectappsync:GetChannelNamespaceappsync:ListTagsForResourceappsync:UpdateChannelNamespaceappsync:TagResourceappsync:UntagResourceappsync:GetChannelNamespaces3:GetObjectappsync:DeleteChannelNamespaceappsync:UntagResourceappsync:ListChannelNamespacesEverything you need to know about AppSync on one page. HD quality, print-friendly.
Download Free InfographicChannelNamespaceArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApiIdName