AWS::CloudFormation::Publisher
Registers your account as a publisher of public extensions in the CloudFormation registry. Public extensions are available for use by all CloudFormation users.
For information on requirements for registering as a public extension publisher, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::CloudFormation::Publisher", "Properties" : { "AcceptTermsAndConditions" :
Boolean
, "ConnectionArn" :String
} }
YAML
Type: AWS::CloudFormation::Publisher Properties: AcceptTermsAndConditions:
Boolean
ConnectionArn:String
Properties
AcceptTermsAndConditions
-
Whether you accept the Terms and Conditions
for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry. The default is
false
.Required: Yes
Type: Boolean
Update requires: Replacement
ConnectionArn
-
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
For more information, see Prerequisite: Registering your account to publish CloudFormation extensions in the AWS CloudFormation Command Line Interface (CLI) User Guide.
Required: No
Type: String
Pattern:
arn:aws(-[w]+)*:.+:.+:[0-9]{12}:.+
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the publisher ID. For example:
{ "Ref": "2a33349e7e606a8ad2e30e3c84521f012345678" }
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt
.
IdentityProvider
-
The type of account used as the identity provider when registering this publisher with CloudFormation.
PublisherId
-
The ID of the extension publisher.
PublisherProfile
-
The URL to the publisher's profile with the identity provider.
PublisherStatus
-
Whether the publisher is verified. Currently, all registered publishers are verified.