class Aws::IoT::Types::RegisterCACertificateRequest


@return [Types::RegistrationConfig]
Information about the registration configuration.
@!attribute [rw] registration_config
@return [Boolean]
device certificates.
Allows this CA certificate to be used for auto registration of
@!attribute [rw] allow_auto_registration
@return [Boolean]
active.
A boolean value that specifies if the CA certificate is set to
@!attribute [rw] set_as_active
@return [String]
The private key verification certificate.
@!attribute [rw] verification_certificate
@return [String]
The CA certificate.
@!attribute [rw] ca_certificate
}
},
role_arn: “RoleArn”,
template_body: “TemplateBody”,
registration_config: {
allow_auto_registration: false,
set_as_active: false,
verification_certificate: “CertificatePem”, # required
ca_certificate: “CertificatePem”, # required
{
data as a hash:
@note When making an API call, you may pass RegisterCACertificateRequest
The input to the RegisterCACertificate operation.