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 Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::CloudFormation::Publisher", "Properties" : { "AcceptTermsAndConditions" :Boolean, "ConnectionArn" :String} }
YAML
Type: AWS::CloudFormation::Publisher Properties: AcceptTermsAndConditions:BooleanConnectionArn: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 Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
Required: No
Type: String
Minimum:
1Maximum:
256Pattern:
arn:aws(-[\w]+)*:.+:.+:[0-9]{12}:.+Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the publisher ID. For example:
{ "Ref": "2a33349e7e606a8ad2e30e3c84521f012345678" }
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic 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::GetAttintrinsic function, see Fn::GetAtt.
IdentityProvider-
The type of account used as the identity provider when registering this publisher with CloudFormation.
Values include:
AWS_Marketplace|Bitbucket|GitHub. PublisherId-
The ID of the extension publisher. This publisher ID applies to your account in all Amazon Web Services Regions.
PublisherProfile-
The URL to the publisher's profile with the identity provider.
PublisherStatus-
Whether the publisher is verified.