Class: Aws::IoT::Types::RegisterCACertificateRequest

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

Overview

The input to the RegisterCACertificate operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_auto_registrationBoolean

Allows this CA certificate to be used for auto registration of device certificates.

Returns:

  • (Boolean)


12850
12851
12852
12853
12854
12855
12856
12857
12858
12859
12860
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12850

class RegisterCACertificateRequest < Struct.new(
  :ca_certificate,
  :verification_certificate,
  :set_as_active,
  :allow_auto_registration,
  :registration_config,
  :tags,
  :certificate_mode)
  SENSITIVE = []
  include Aws::Structure
end

#ca_certificateString

The CA certificate.

Returns:

  • (String)


12850
12851
12852
12853
12854
12855
12856
12857
12858
12859
12860
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12850

class RegisterCACertificateRequest < Struct.new(
  :ca_certificate,
  :verification_certificate,
  :set_as_active,
  :allow_auto_registration,
  :registration_config,
  :tags,
  :certificate_mode)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_modeString

Describes the certificate mode in which the Certificate Authority (CA) will be registered. If the verificationCertificate field is not provided, set certificateMode to be SNI_ONLY. If the verificationCertificate field is provided, set certificateMode to be DEFAULT. When certificateMode is not provided, it defaults to DEFAULT. All the device certificates that are registered using this CA will be registered in the same certificate mode as the CA. For more information about certificate mode for device certificates, see certificate mode.

Returns:

  • (String)


12850
12851
12852
12853
12854
12855
12856
12857
12858
12859
12860
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12850

class RegisterCACertificateRequest < Struct.new(
  :ca_certificate,
  :verification_certificate,
  :set_as_active,
  :allow_auto_registration,
  :registration_config,
  :tags,
  :certificate_mode)
  SENSITIVE = []
  include Aws::Structure
end

#registration_configTypes::RegistrationConfig

Information about the registration configuration.



12850
12851
12852
12853
12854
12855
12856
12857
12858
12859
12860
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12850

class RegisterCACertificateRequest < Struct.new(
  :ca_certificate,
  :verification_certificate,
  :set_as_active,
  :allow_auto_registration,
  :registration_config,
  :tags,
  :certificate_mode)
  SENSITIVE = []
  include Aws::Structure
end

#set_as_activeBoolean

A boolean value that specifies if the CA certificate is set to active.

Valid values: ACTIVE | INACTIVE

Returns:

  • (Boolean)


12850
12851
12852
12853
12854
12855
12856
12857
12858
12859
12860
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12850

class RegisterCACertificateRequest < Struct.new(
  :ca_certificate,
  :verification_certificate,
  :set_as_active,
  :allow_auto_registration,
  :registration_config,
  :tags,
  :certificate_mode)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata which can be used to manage the CA certificate.

For URI Request parameters use format: ...key1=value1&key2=value2...

For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."

For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."

Returns:



12850
12851
12852
12853
12854
12855
12856
12857
12858
12859
12860
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12850

class RegisterCACertificateRequest < Struct.new(
  :ca_certificate,
  :verification_certificate,
  :set_as_active,
  :allow_auto_registration,
  :registration_config,
  :tags,
  :certificate_mode)
  SENSITIVE = []
  include Aws::Structure
end

#verification_certificateString

The private key verification certificate. If certificateMode is SNI_ONLY, the verificationCertificate field must be empty. If certificateMode is DEFAULT or not provided, the verificationCertificate field must not be empty.

Returns:

  • (String)


12850
12851
12852
12853
12854
12855
12856
12857
12858
12859
12860
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12850

class RegisterCACertificateRequest < Struct.new(
  :ca_certificate,
  :verification_certificate,
  :set_as_active,
  :allow_auto_registration,
  :registration_config,
  :tags,
  :certificate_mode)
  SENSITIVE = []
  include Aws::Structure
end