CfnOdbNetworkMixinProps

class aws_cdk.cfn_property_mixins.aws_odb.CfnOdbNetworkMixinProps(*, availability_zone=None, availability_zone_id=None, backup_subnet_cidr=None, client_subnet_cidr=None, cross_region_s3_restore_sources=None, custom_domain_name=None, default_dns_prefix=None, delete_associated_resources=None, display_name=None, kms_access=None, kms_policy_document=None, s3_access=None, s3_policy_document=None, sts_access=None, sts_policy_document=None, tags=None, zero_etl_access=None)

Bases: object

Properties for CfnOdbNetworkPropsMixin.

Parameters:
  • availability_zone (Optional[str]) – The Availability Zone (AZ) where the ODB network is located. Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.

  • availability_zone_id (Optional[str]) – The AZ ID of the AZ where the ODB network is located. Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.

  • backup_subnet_cidr (Optional[str]) – The CIDR range of the backup subnet in the ODB network.

  • client_subnet_cidr (Optional[str]) – The CIDR range of the client subnet in the ODB network. Required when creating an ODB network.

  • cross_region_s3_restore_sources (Optional[Sequence[str]]) – The cross-Region Amazon S3 restore sources for the ODB network.

  • custom_domain_name (Optional[str]) – The domain name for the resources in the ODB network.

  • default_dns_prefix (Optional[str]) – The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.

  • delete_associated_resources (Union[bool, IResolvable, None]) – Specifies whether to delete associated OCI networking resources along with the ODB network. Required when creating an ODB network.

  • display_name (Optional[str]) – The user-friendly name of the ODB network. Required when creating an ODB network.

  • kms_access (Optional[str]) – The AWS Key Management Service (KMS) access configuration for the ODB network.

  • kms_policy_document (Optional[str]) – The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.

  • s3_access (Optional[str]) – The configuration for Amazon S3 access from the ODB network.

  • s3_policy_document (Optional[str]) – Specifies the endpoint policy for Amazon S3 access from the ODB network.

  • sts_access (Optional[str]) – The AWS Security Token Service (STS) access configuration for the ODB network.

  • sts_policy_document (Optional[str]) – The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.

  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]]) – Tags to assign to the Odb Network.

  • zero_etl_access (Optional[str]) – The configuration for Zero-ETL access from the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html

ExampleMetadata:

fixture=_generated

Example:

from aws_cdk import CfnTag
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.cfn_property_mixins import aws_odb as odb

cfn_odb_network_mixin_props = odb.CfnOdbNetworkMixinProps(
    availability_zone="availabilityZone",
    availability_zone_id="availabilityZoneId",
    backup_subnet_cidr="backupSubnetCidr",
    client_subnet_cidr="clientSubnetCidr",
    cross_region_s3_restore_sources=["crossRegionS3RestoreSources"],
    custom_domain_name="customDomainName",
    default_dns_prefix="defaultDnsPrefix",
    delete_associated_resources=False,
    display_name="displayName",
    kms_access="kmsAccess",
    kms_policy_document="kmsPolicyDocument",
    s3_access="s3Access",
    s3_policy_document="s3PolicyDocument",
    sts_access="stsAccess",
    sts_policy_document="stsPolicyDocument",
    tags=[CfnTag(
        key="key",
        value="value"
    )],
    zero_etl_access="zeroEtlAccess"
)

Attributes

availability_zone

The Availability Zone (AZ) where the ODB network is located.

Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-availabilityzone

availability_zone_id

The AZ ID of the AZ where the ODB network is located.

Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-availabilityzoneid

backup_subnet_cidr

The CIDR range of the backup subnet in the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-backupsubnetcidr

client_subnet_cidr

The CIDR range of the client subnet in the ODB network.

Required when creating an ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-clientsubnetcidr

cross_region_s3_restore_sources

The cross-Region Amazon S3 restore sources for the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-crossregions3restoresources

custom_domain_name

The domain name for the resources in the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-customdomainname

default_dns_prefix

The DNS prefix to the default DNS domain name.

The default DNS domain name is oraclevcn.com.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-defaultdnsprefix

delete_associated_resources

Specifies whether to delete associated OCI networking resources along with the ODB network.

Required when creating an ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-deleteassociatedresources

display_name

The user-friendly name of the ODB network.

Required when creating an ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-displayname

kms_access

The AWS Key Management Service (KMS) access configuration for the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-kmsaccess

kms_policy_document

The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-kmspolicydocument

s3_access

The configuration for Amazon S3 access from the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-s3access

s3_policy_document

Specifies the endpoint policy for Amazon S3 access from the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-s3policydocument

sts_access

The AWS Security Token Service (STS) access configuration for the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-stsaccess

sts_policy_document

The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-stspolicydocument

tags

Tags to assign to the Odb Network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-tags

zero_etl_access

The configuration for Zero-ETL access from the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-zeroetlaccess