class Aws::CloudFormation::Types::RegisterPublisherInput

@note When making an API call, you may pass RegisterPublisherInput

data as a hash:

    {
      accept_terms_and_conditions: false,
      connection_arn: "ConnectionArn",
    }

@!attribute [rw] accept_terms_and_conditions

Whether you accept the [Terms and Conditions][1] 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`.

[1]: https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf
@return [Boolean]

@!attribute [rw] connection_arn

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][1] in the *CloudFormation CLI User
Guide*.

[1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RegisterPublisherInput AWS API Documentation

Constants

SENSITIVE