Class: Aws::CloudFormation::Types::RegisterPublisherInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::RegisterPublisherInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_terms_and_conditions ⇒ Boolean
Whether you accept the [Terms and Conditions] for publishing extensions in the CloudFormation registry.
-
#connection_arn ⇒ String
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
Instance Attribute Details
#accept_terms_and_conditions ⇒ Boolean
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`.
6453 6454 6455 6456 6457 6458 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6453 class RegisterPublisherInput < Struct.new( :accept_terms_and_conditions, :connection_arn) SENSITIVE = [] include Aws::Structure end |
#connection_arn ⇒ String
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*.
6453 6454 6455 6456 6457 6458 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6453 class RegisterPublisherInput < Struct.new( :accept_terms_and_conditions, :connection_arn) SENSITIVE = [] include Aws::Structure end |