AWS Fundamentals Logo
AWS Fundamentals
AWS::AppSync::ChannelNamespace

AppSync ChannelNamespace

Resource schema for AppSync ChannelNamespace

Properties

8 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ApiId
string
RequiredCreate-only
Name
string
RequiredCreate-only
CodeHandlers
string
CodeS3Location
string
Write-only
HandlerConfigs
HandlerConfigs
PublishAuthModes
array
SubscribeAuthModes
array
Tags
array

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ChannelNamespaceArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

appsync:CreateChannelNamespaceappsync:TagResourceappsync:GetChannelNamespaces3:GetObject

read

appsync:GetChannelNamespaceappsync:ListTagsForResource

update

appsync:UpdateChannelNamespaceappsync:TagResourceappsync:UntagResourceappsync:GetChannelNamespaces3:GetObject

delete

appsync:DeleteChannelNamespaceappsync:UntagResource

list

appsync:ListChannelNamespaces

Get the AppSync Cheat Sheet

Everything you need to know about AppSync on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceAppSync
Properties9
Required2
TaggingSupported
Primary IDChannelNamespaceArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ApiIdName

External Links