Uses of Class
software.amazon.awscdk.services.odb.CfnOdbNetwork.Builder
Packages that use CfnOdbNetwork.Builder
-
Uses of CfnOdbNetwork.Builder in software.amazon.awscdk.services.odb
Methods in software.amazon.awscdk.services.odb that return CfnOdbNetwork.BuilderModifier and TypeMethodDescriptionCfnOdbNetwork.Builder.availabilityZone(String availabilityZone) The Availability Zone (AZ) where the ODB network is located.CfnOdbNetwork.Builder.availabilityZoneId(String availabilityZoneId) The AZ ID of the AZ where the ODB network is located.CfnOdbNetwork.Builder.backupSubnetCidr(String backupSubnetCidr) The CIDR range of the backup subnet in the ODB network.CfnOdbNetwork.Builder.clientSubnetCidr(String clientSubnetCidr) The CIDR range of the client subnet in the ODB network.static CfnOdbNetwork.BuilderCfnOdbNetwork.Builder.crossRegionS3RestoreSources(List<String> crossRegionS3RestoreSources) The cross-Region Amazon S3 restore sources for the ODB network.CfnOdbNetwork.Builder.customDomainName(String customDomainName) The domain name for the resources in the ODB network.CfnOdbNetwork.Builder.defaultDnsPrefix(String defaultDnsPrefix) The DNS prefix to the default DNS domain name.CfnOdbNetwork.Builder.deleteAssociatedResources(Boolean deleteAssociatedResources) Specifies whether to delete associated OCI networking resources along with the ODB network.CfnOdbNetwork.Builder.deleteAssociatedResources(IResolvable deleteAssociatedResources) Specifies whether to delete associated OCI networking resources along with the ODB network.CfnOdbNetwork.Builder.displayName(String displayName) The user-friendly name of the ODB network.The AWS Key Management Service (KMS) access configuration for the ODB network.CfnOdbNetwork.Builder.kmsPolicyDocument(String kmsPolicyDocument) The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.The configuration for Amazon S3 access from the ODB network.CfnOdbNetwork.Builder.s3PolicyDocument(String s3PolicyDocument) Specifies the endpoint policy for Amazon S3 access from the ODB network.The AWS Security Token Service (STS) access configuration for the ODB network.CfnOdbNetwork.Builder.stsPolicyDocument(String stsPolicyDocument) The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.Tags to assign to the Odb Network.CfnOdbNetwork.Builder.zeroEtlAccess(String zeroEtlAccess) The configuration for Zero-ETL access from the ODB network.