Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.odb.CfnOdbNetworkPropsMixin.Builder
Packages that use CfnOdbNetworkPropsMixin.Builder
-
Uses of CfnOdbNetworkPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.odb
Methods in software.amazon.awscdk.cfnpropertymixins.services.odb that return CfnOdbNetworkPropsMixin.BuilderModifier and TypeMethodDescriptionCfnOdbNetworkPropsMixin.Builder.availabilityZone(String availabilityZone) The Availability Zone (AZ) where the ODB network is located.CfnOdbNetworkPropsMixin.Builder.availabilityZoneId(String availabilityZoneId) The AZ ID of the AZ where the ODB network is located.CfnOdbNetworkPropsMixin.Builder.backupSubnetCidr(String backupSubnetCidr) The CIDR range of the backup subnet in the ODB network.CfnOdbNetworkPropsMixin.Builder.clientSubnetCidr(String clientSubnetCidr) The CIDR range of the client subnet in the ODB network.CfnOdbNetworkPropsMixin.Builder.create()CfnOdbNetworkPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnOdbNetworkPropsMixin.Builder.crossRegionS3RestoreSources(List<String> crossRegionS3RestoreSources) The cross-Region Amazon S3 restore sources for the ODB network.CfnOdbNetworkPropsMixin.Builder.customDomainName(String customDomainName) The domain name for the resources in the ODB network.CfnOdbNetworkPropsMixin.Builder.defaultDnsPrefix(String defaultDnsPrefix) The DNS prefix to the default DNS domain name.CfnOdbNetworkPropsMixin.Builder.deleteAssociatedResources(Boolean deleteAssociatedResources) Specifies whether to delete associated OCI networking resources along with the ODB network.CfnOdbNetworkPropsMixin.Builder.deleteAssociatedResources(IResolvable deleteAssociatedResources) Specifies whether to delete associated OCI networking resources along with the ODB network.CfnOdbNetworkPropsMixin.Builder.displayName(String displayName) The user-friendly name of the ODB network.The AWS Key Management Service (KMS) access configuration for the ODB network.CfnOdbNetworkPropsMixin.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.CfnOdbNetworkPropsMixin.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.CfnOdbNetworkPropsMixin.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.CfnOdbNetworkPropsMixin.Builder.zeroEtlAccess(String zeroEtlAccess) The configuration for Zero-ETL access from the ODB network.