cloudformation_register_publisher: Registers your account as a publisher of public extensions in...

View source: R/cloudformation_operations.R

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


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.