class Aws::IoT::Types::UpdateCACertificateRequest


@return [Boolean]
If true, removes auto registration.
@!attribute [rw] remove_auto_registration
@return [Types::RegistrationConfig]
Information about the registration configuration.
@!attribute [rw] registration_config
@return [String]
“ENABLE” or “DISABLE”.
The new value for the auto registration status. Valid values are:
@!attribute [rw] new_auto_registration_status
@return [String]
should not be used.
Note: The status value REGISTER_INACTIVE is deprecated and
The updated status of the CA certificate.
@!attribute [rw] new_status
@return [String]
The CA certificate identifier.
@!attribute [rw] certificate_id
}
remove_auto_registration: false,
},
role_arn: “RoleArn”,
template_body: “TemplateBody”,
registration_config: {
new_auto_registration_status: “ENABLE”, # accepts ENABLE, DISABLE
new_status: “ACTIVE”, # accepts ACTIVE, INACTIVE
certificate_id: “CertificateId”, # required
{
data as a hash:
@note When making an API call, you may pass UpdateCACertificateRequest
The input to the UpdateCACertificate operation.