public static interface CfnInstance.EnclaveOptionsProperty
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.ec2.*; EnclaveOptionsProperty enclaveOptionsProperty = EnclaveOptionsProperty.builder() .enabled(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnInstance.EnclaveOptionsProperty.Builder
A builder for
CfnInstance.EnclaveOptionsProperty |
static class |
CfnInstance.EnclaveOptionsProperty.Jsii$Proxy
An implementation for
CfnInstance.EnclaveOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnInstance.EnclaveOptionsProperty.Builder |
builder() |
default java.lang.Object |
getEnabled()
If this parameter is set to `true` , the instance is enabled for AWS Nitro Enclaves;
|
default java.lang.Object getEnabled()
otherwise, it is not enabled for AWS Nitro Enclaves.
static CfnInstance.EnclaveOptionsProperty.Builder builder()