Class: Aws::CloudFormation::Types::RegisterPublisherInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_terms_and_conditionsBoolean

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.

Returns:

  • (Boolean)


6453
6454
6455
6456
6457
6458
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6453

class RegisterPublisherInput < Struct.new(
  :accept_terms_and_conditions,
  :connection_arn)
  SENSITIVE = []
  include Aws::Structure
end

#connection_arnString

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.

Returns:

  • (String)


6453
6454
6455
6456
6457
6458
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6453

class RegisterPublisherInput < Struct.new(
  :accept_terms_and_conditions,
  :connection_arn)
  SENSITIVE = []
  include Aws::Structure
end