Interface CfnEncryptionConfiguration.ConfigurationDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEncryptionConfiguration.ConfigurationDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnEncryptionConfiguration
@Stability(Stable)
public static interface CfnEncryptionConfiguration.ConfigurationDetailsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iot.*; ConfigurationDetailsProperty configurationDetailsProperty = ConfigurationDetailsProperty.builder() .configurationStatus("configurationStatus") .errorCode("errorCode") .errorMessage("errorMessage") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEncryptionConfiguration.ConfigurationDetailsProperty
static final class
An implementation forCfnEncryptionConfiguration.ConfigurationDetailsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConfigurationStatus
- See Also:
-
getErrorCode
- See Also:
-
getErrorMessage
- See Also:
-
builder
-