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)


6380
6381
6382
6383
6384
6385
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6380

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 Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.

Returns:

  • (String)


6380
6381
6382
6383
6384
6385
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6380

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