Amazon CloudFormation resources generated when you specify AWS::Serverless::Connector - Amazon Serverless Application Model
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon CloudFormation resources generated when you specify AWS::Serverless::Connector

Note

When you define connectors through the embedded Connectors property, it is first transformed into an AWS::Serverless::Connector resource before generating these resources.

When you specify an AWS::Serverless::Connector resource in an Amazon SAM template, Amazon SAM generates the following Amazon CloudFormation resources as needed.

AWS::IAM::ManagedPolicy

LogicalId:<connector‑LogicalId>Policy

Referenceable property: N/A (To reference this Amazon CloudFormation resource, you must use the LogicalId.)

AWS::SNS::TopicPolicy

LogicalId:<connector‑LogicalId>TopicPolicy

Referenceable property: N/A (To reference this Amazon CloudFormation resource, you must use the LogicalId.)

AWS::SQS::QueuePolicy

LogicalId:<connector‑LogicalId>QueuePolicy

Referenceable property: N/A (To reference this Amazon CloudFormation resource, you must use the LogicalId.)

AWS::Lambda::Permission

LogicalId:<connector‑LogicalId><permission>LambdaPermission

<permission> is a permission specified by the Permissions property. For example, Write.

Referenceable property: N/A (To reference this Amazon CloudFormation resource, you must use the LogicalId.)