cloudformation_register_publisher {paws.management} | R Documentation |
Registers your account as a publisher of public extensions in the CloudFormation registry
Description
Registers your account as a publisher of public extensions in the CloudFormation registry. Public extensions are available for use by all CloudFormation users. This publisher ID applies to your account in all Amazon Web Services Regions.
See https://www.paws-r-sdk.com/docs/cloudformation_register_publisher/ for full documentation.
Usage
cloudformation_register_publisher(
AcceptTermsAndConditions = NULL,
ConnectionArn = NULL
)
Arguments
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 |
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 CloudFormation Command Line Interface (CLI) User Guide. |