Interface CfnOdbNetwork.KmsAccessProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOdbNetwork.KmsAccessProperty.Jsii$Proxy
- Enclosing class:
CfnOdbNetwork
@Stability(Stable)
public static interface CfnOdbNetwork.KmsAccessProperty
extends software.amazon.jsii.JsiiSerializable
The AWS Key Management Service (KMS) access configuration.
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.odb.*;
KmsAccessProperty kmsAccessProperty = KmsAccessProperty.builder()
.domainName("domainName")
.ipv4Addresses(List.of("ipv4Addresses"))
.kmsPolicyDocument("kmsPolicyDocument")
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOdbNetwork.KmsAccessPropertystatic final classAn implementation forCfnOdbNetwork.KmsAccessProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainName
The domain name for the AWS KMS access.- See Also:
-
getIpv4Addresses
The IPv4 addresses for the AWS KMS access.- See Also:
-
getKmsPolicyDocument
The endpoint policy for the AWS KMS access.- See Also:
-
getStatus
The status of the managed resource access.- See Also:
-
builder
-