View source: R/cloudformation_operations.R
cloudformation_register_publisher | R Documentation |
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.
cloudformation_register_publisher(
AcceptTermsAndConditions = NULL,
ConnectionArn = NULL
)
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 Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.