AWS 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 AWS SAM template,
AWS SAM generates the following AWS CloudFormation resources as needed.
AWS::IAM::ManagedPolicy
-
LogicalId
:<connector‑LogicalId>
PolicyReferenceable property: N/A (To reference this AWS CloudFormation resource, you must use the
LogicalId
.) AWS::SNS::TopicPolicy
-
LogicalId
:<connector‑LogicalId>
TopicPolicyReferenceable property: N/A (To reference this AWS CloudFormation resource, you must use the
LogicalId
.) AWS::SQS::QueuePolicy
-
LogicalId
:<connector‑LogicalId>
QueuePolicyReferenceable property: N/A (To reference this AWS CloudFormation resource, you must use the
LogicalId
.) AWS::Lambda::Permission
-
LogicalId
:<connector‑LogicalId>
<permission>
LambdaPermission
is a permission specified by the<permission>
Permissions
property. For example,Write
.Referenceable property: N/A (To reference this AWS CloudFormation resource, you must use the
LogicalId
.)