Package-level declarations

Types

Link copied to clipboard
enum AuthorizerStatus : Enum<AuthorizerStatus> , ConvertibleToJava<AuthorizerStatus>

The status of the authorizer. Valid values: ACTIVE | INACTIVE

Link copied to clipboard
enum CaCertificateAutoRegistrationStatus : Enum<CaCertificateAutoRegistrationStatus> , ConvertibleToJava<CaCertificateAutoRegistrationStatus>

Whether the CA certificate is configured for auto registration of device certificates. Valid values are "ENABLE" and "DISABLE".

Link copied to clipboard
enum CaCertificateCertificateMode : Enum<CaCertificateCertificateMode> , ConvertibleToJava<CaCertificateCertificateMode>

The mode of the CA. All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode . Valid values are "DEFAULT" and "SNI_ONLY".

Link copied to clipboard
enum CaCertificateStatus : Enum<CaCertificateStatus> , ConvertibleToJava<CaCertificateStatus>

The status of the CA certificate. Valid values are "ACTIVE" and "INACTIVE".

Link copied to clipboard
enum CertificateMode : Enum<CertificateMode> , ConvertibleToJava<CertificateMode>

Specifies which mode of certificate registration to use with this resource. Valid options are DEFAULT with CaCertificatePem and CertificatePem, SNI_ONLY with CertificatePem, and Default with CertificateSigningRequest. DEFAULT : A certificate in DEFAULT mode is either generated by AWS IoT Core or registered with an issuer certificate authority (CA). Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to AWS IoT Core . However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to AWS IoT Core . SNI_ONLY : A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to AWS IoT Core .

Link copied to clipboard
enum CertificateProviderOperation : Enum<CertificateProviderOperation> , ConvertibleToJava<CertificateProviderOperation>
Link copied to clipboard
enum CertificateStatus : Enum<CertificateStatus> , ConvertibleToJava<CertificateStatus>

The status of the certificate. Valid values are ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER, and PENDING_ACTIVATION. The status value REGISTER_INACTIVE is deprecated and should not be used.

Link copied to clipboard
enum CustomMetricMetricType : Enum<CustomMetricMetricType> , ConvertibleToJava<CustomMetricMetricType>

The type of the custom metric. Types include string-list, ip-address-list, number-list, and number.

Link copied to clipboard
enum DimensionType : Enum<DimensionType> , ConvertibleToJava<DimensionType>

Specifies the type of the dimension.

Link copied to clipboard
enum DomainConfigurationDomainType : Enum<DomainConfigurationDomainType> , ConvertibleToJava<DomainConfigurationDomainType>

The type of service delivered by the domain.

enum DomainConfigurationServerCertificateSummaryServerCertificateStatus : Enum<DomainConfigurationServerCertificateSummaryServerCertificateStatus> , ConvertibleToJava<DomainConfigurationServerCertificateSummaryServerCertificateStatus>

The status of the server certificate.

Link copied to clipboard
enum DomainConfigurationServiceType : Enum<DomainConfigurationServiceType> , ConvertibleToJava<DomainConfigurationServiceType>

The type of service delivered by the endpoint.

Link copied to clipboard
enum DomainConfigurationStatus : Enum<DomainConfigurationStatus> , ConvertibleToJava<DomainConfigurationStatus>

The status to which the domain configuration should be updated. Valid values: ENABLED | DISABLED

Link copied to clipboard
enum JobTemplateAction : Enum<JobTemplateAction> , ConvertibleToJava<JobTemplateAction>
Link copied to clipboard
enum JobTemplateFailureType : Enum<JobTemplateFailureType> , ConvertibleToJava<JobTemplateFailureType>
Link copied to clipboard
enum JobTemplateJobRetryFailureType : Enum<JobTemplateJobRetryFailureType> , ConvertibleToJava<JobTemplateJobRetryFailureType>
Link copied to clipboard
enum LoggingDefaultLogLevel : Enum<LoggingDefaultLogLevel> , ConvertibleToJava<LoggingDefaultLogLevel>

The log level to use. Valid values are: ERROR, WARN, INFO, DEBUG, or DISABLED.

enum MitigationActionEnableIoTLoggingParamsLogLevel : Enum<MitigationActionEnableIoTLoggingParamsLogLevel> , ConvertibleToJava<MitigationActionEnableIoTLoggingParamsLogLevel>

Specifies which types of information are logged.

enum MitigationActionReplaceDefaultPolicyVersionParamsTemplateName : Enum<MitigationActionReplaceDefaultPolicyVersionParamsTemplateName> , ConvertibleToJava<MitigationActionReplaceDefaultPolicyVersionParamsTemplateName>

The name of the template to be applied. The only supported value is BLANK_POLICY .

enum MitigationActionUpdateCaCertificateParamsAction : Enum<MitigationActionUpdateCaCertificateParamsAction> , ConvertibleToJava<MitigationActionUpdateCaCertificateParamsAction>

The action that you want to apply to the CA certificate. The only supported value is DEACTIVATE .

enum MitigationActionUpdateDeviceCertificateParamsAction : Enum<MitigationActionUpdateDeviceCertificateParamsAction> , ConvertibleToJava<MitigationActionUpdateDeviceCertificateParamsAction>

The action that you want to apply to the device certificate. The only supported value is DEACTIVATE .

Link copied to clipboard
enum ProvisioningTemplateTemplateType : Enum<ProvisioningTemplateTemplateType> , ConvertibleToJava<ProvisioningTemplateTemplateType>

The type of the provisioning template.

Link copied to clipboard
enum ResourceSpecificLoggingLogLevel : Enum<ResourceSpecificLoggingLogLevel> , ConvertibleToJava<ResourceSpecificLoggingLogLevel>

The log level for a specific target. Valid values are: ERROR, WARN, INFO, DEBUG, or DISABLED.

Link copied to clipboard
enum ResourceSpecificLoggingTargetType : Enum<ResourceSpecificLoggingTargetType> , ConvertibleToJava<ResourceSpecificLoggingTargetType>

The target type. Value must be THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID, or EVENT_TYPE.

Link copied to clipboard
enum ScheduledAuditDayOfWeek : Enum<ScheduledAuditDayOfWeek> , ConvertibleToJava<ScheduledAuditDayOfWeek>

The day of the week on which the scheduled audit takes place. Can be one of SUN, MON, TUE,WED, THU, FRI, or SAT. This field is required if the frequency parameter is set to WEEKLY or BIWEEKLY.

Link copied to clipboard
enum ScheduledAuditFrequency : Enum<ScheduledAuditFrequency> , ConvertibleToJava<ScheduledAuditFrequency>

How often the scheduled audit takes place. Can be one of DAILY, WEEKLY, BIWEEKLY, or MONTHLY.

enum SecurityProfileBehaviorCriteriaComparisonOperator : Enum<SecurityProfileBehaviorCriteriaComparisonOperator> , ConvertibleToJava<SecurityProfileBehaviorCriteriaComparisonOperator>

The operator that relates the thing measured (metric) to the criteria (containing a value or statisticalThreshold).

enum SecurityProfileMachineLearningDetectionConfigConfidenceLevel : Enum<SecurityProfileMachineLearningDetectionConfigConfidenceLevel> , ConvertibleToJava<SecurityProfileMachineLearningDetectionConfigConfidenceLevel>

The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.

Link copied to clipboard
enum SecurityProfileMetricDimensionOperator : Enum<SecurityProfileMetricDimensionOperator> , ConvertibleToJava<SecurityProfileMetricDimensionOperator>

Defines how the dimensionValues of a dimension are interpreted.

enum SecurityProfileStatisticalThresholdStatistic : Enum<SecurityProfileStatisticalThresholdStatistic> , ConvertibleToJava<SecurityProfileStatisticalThresholdStatistic>

The percentile which resolves to a threshold value by which compliance with a behavior is determined

enum SoftwarePackageVersionPackageVersionStatus : Enum<SoftwarePackageVersionPackageVersionStatus> , ConvertibleToJava<SoftwarePackageVersionPackageVersionStatus>
Link copied to clipboard
enum TopicRuleCannedAccessControlList : Enum<TopicRuleCannedAccessControlList> , ConvertibleToJava<TopicRuleCannedAccessControlList>
Link copied to clipboard
enum TopicRuleDestinationStatus : Enum<TopicRuleDestinationStatus> , ConvertibleToJava<TopicRuleDestinationStatus>