Skip to content

Register Publisher

cloudformation_register_publisher 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.

For information about requirements for registering as a public extension publisher, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.

Usage

cloudformation_register_publisher(AcceptTermsAndConditions,
  ConnectionArn)

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 false.

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.

Value

A list with the following syntax:

list(
  PublisherId = "string"
)

Request syntax

svc$register_publisher(
  AcceptTermsAndConditions = TRUE|FALSE,
  ConnectionArn = "string"
)