class
Amazonite::CloudFormation::RegisterPublisherInput
- Amazonite::CloudFormation::RegisterPublisherInput
- Reference
- Object
Defined in:
cloudformation/register_publisher_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(accept_terms_and_conditions : Bool | Nil = nil, connection_arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#accept_terms_and_conditions : Bool | Nil
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry.
-
#accept_terms_and_conditions=(accept_terms_and_conditions : Bool | Nil)
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry.
-
#connection_arn : String | Nil
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
-
#connection_arn=(connection_arn : String | Nil)
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
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.
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.