1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. odb
  5. OdbNetwork

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi

    The AWS::ODB::OdbNetwork resource creates an ODB Network

    Create OdbNetwork Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new OdbNetwork(name: string, args?: OdbNetworkArgs, opts?: CustomResourceOptions);
    @overload
    def OdbNetwork(resource_name: str,
                   args: Optional[OdbNetworkArgs] = None,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def OdbNetwork(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   availability_zone: Optional[str] = None,
                   availability_zone_id: Optional[str] = None,
                   backup_subnet_cidr: Optional[str] = None,
                   client_subnet_cidr: Optional[str] = None,
                   cross_region_s3_restore_sources: Optional[Sequence[str]] = None,
                   custom_domain_name: Optional[str] = None,
                   default_dns_prefix: Optional[str] = None,
                   delete_associated_resources: Optional[bool] = None,
                   display_name: Optional[str] = None,
                   kms_access: Optional[OdbNetworkKmsAccess] = None,
                   kms_policy_document: Optional[str] = None,
                   s3_access: Optional[OdbNetworkS3Access] = None,
                   s3_policy_document: Optional[str] = None,
                   sts_access: Optional[OdbNetworkStsAccess] = None,
                   sts_policy_document: Optional[str] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                   zero_etl_access: Optional[OdbNetworkZeroEtlAccess] = None)
    func NewOdbNetwork(ctx *Context, name string, args *OdbNetworkArgs, opts ...ResourceOption) (*OdbNetwork, error)
    public OdbNetwork(string name, OdbNetworkArgs? args = null, CustomResourceOptions? opts = null)
    public OdbNetwork(String name, OdbNetworkArgs args)
    public OdbNetwork(String name, OdbNetworkArgs args, CustomResourceOptions options)
    
    type: aws-native:odb:OdbNetwork
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args OdbNetworkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args OdbNetworkArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args OdbNetworkArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OdbNetworkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OdbNetworkArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    OdbNetwork Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The OdbNetwork resource accepts the following input properties:

    AvailabilityZone string
    The AWS Availability Zone (AZ) where the ODB network is located.
    AvailabilityZoneId string
    The AZ ID of the AZ where the ODB network is located.
    BackupSubnetCidr string
    The CIDR range of the backup subnet in the ODB network.
    ClientSubnetCidr string
    The CIDR range of the client subnet in the ODB network.
    CrossRegionS3RestoreSources List<string>
    The cross-Region Amazon S3 restore sources for the ODB network.
    CustomDomainName string
    The domain name to use for the resources in the ODB network.
    DefaultDnsPrefix string
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    DeleteAssociatedResources bool
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    DisplayName string
    The user-friendly name of the ODB network.
    KmsAccess Pulumi.AwsNative.Odb.OdbNetworkKmsAccess
    The AWS Key Management Service (KMS) access configuration for the ODB network.
    KmsPolicyDocument string
    The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.
    S3Access Pulumi.AwsNative.Odb.OdbNetworkS3Access
    Specifies the configuration for Amazon S3 access from the ODB network.
    S3PolicyDocument string
    Specifies the endpoint policy for Amazon S3 access from the ODB network.
    StsAccess Pulumi.AwsNative.Odb.OdbNetworkStsAccess
    The AWS Security Token Service (STS) access configuration for the ODB network.
    StsPolicyDocument string
    The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags to assign to the Odb Network.
    ZeroEtlAccess Pulumi.AwsNative.Odb.OdbNetworkZeroEtlAccess
    Specifies the configuration for Zero-ETL access from the ODB network.
    AvailabilityZone string
    The AWS Availability Zone (AZ) where the ODB network is located.
    AvailabilityZoneId string
    The AZ ID of the AZ where the ODB network is located.
    BackupSubnetCidr string
    The CIDR range of the backup subnet in the ODB network.
    ClientSubnetCidr string
    The CIDR range of the client subnet in the ODB network.
    CrossRegionS3RestoreSources []string
    The cross-Region Amazon S3 restore sources for the ODB network.
    CustomDomainName string
    The domain name to use for the resources in the ODB network.
    DefaultDnsPrefix string
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    DeleteAssociatedResources bool
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    DisplayName string
    The user-friendly name of the ODB network.
    KmsAccess OdbNetworkKmsAccess
    The AWS Key Management Service (KMS) access configuration for the ODB network.
    KmsPolicyDocument string
    The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.
    S3Access OdbNetworkS3Access
    Specifies the configuration for Amazon S3 access from the ODB network.
    S3PolicyDocument string
    Specifies the endpoint policy for Amazon S3 access from the ODB network.
    StsAccess OdbNetworkStsAccess
    The AWS Security Token Service (STS) access configuration for the ODB network.
    StsPolicyDocument string
    The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.
    Tags TagArgs
    Tags to assign to the Odb Network.
    ZeroEtlAccess OdbNetworkZeroEtlAccess
    Specifies the configuration for Zero-ETL access from the ODB network.
    availabilityZone String
    The AWS Availability Zone (AZ) where the ODB network is located.
    availabilityZoneId String
    The AZ ID of the AZ where the ODB network is located.
    backupSubnetCidr String
    The CIDR range of the backup subnet in the ODB network.
    clientSubnetCidr String
    The CIDR range of the client subnet in the ODB network.
    crossRegionS3RestoreSources List<String>
    The cross-Region Amazon S3 restore sources for the ODB network.
    customDomainName String
    The domain name to use for the resources in the ODB network.
    defaultDnsPrefix String
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    deleteAssociatedResources Boolean
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    displayName String
    The user-friendly name of the ODB network.
    kmsAccess OdbNetworkKmsAccess
    The AWS Key Management Service (KMS) access configuration for the ODB network.
    kmsPolicyDocument String
    The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.
    s3Access OdbNetworkS3Access
    Specifies the configuration for Amazon S3 access from the ODB network.
    s3PolicyDocument String
    Specifies the endpoint policy for Amazon S3 access from the ODB network.
    stsAccess OdbNetworkStsAccess
    The AWS Security Token Service (STS) access configuration for the ODB network.
    stsPolicyDocument String
    The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.
    tags List<Tag>
    Tags to assign to the Odb Network.
    zeroEtlAccess OdbNetworkZeroEtlAccess
    Specifies the configuration for Zero-ETL access from the ODB network.
    availabilityZone string
    The AWS Availability Zone (AZ) where the ODB network is located.
    availabilityZoneId string
    The AZ ID of the AZ where the ODB network is located.
    backupSubnetCidr string
    The CIDR range of the backup subnet in the ODB network.
    clientSubnetCidr string
    The CIDR range of the client subnet in the ODB network.
    crossRegionS3RestoreSources string[]
    The cross-Region Amazon S3 restore sources for the ODB network.
    customDomainName string
    The domain name to use for the resources in the ODB network.
    defaultDnsPrefix string
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    deleteAssociatedResources boolean
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    displayName string
    The user-friendly name of the ODB network.
    kmsAccess OdbNetworkKmsAccess
    The AWS Key Management Service (KMS) access configuration for the ODB network.
    kmsPolicyDocument string
    The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.
    s3Access OdbNetworkS3Access
    Specifies the configuration for Amazon S3 access from the ODB network.
    s3PolicyDocument string
    Specifies the endpoint policy for Amazon S3 access from the ODB network.
    stsAccess OdbNetworkStsAccess
    The AWS Security Token Service (STS) access configuration for the ODB network.
    stsPolicyDocument string
    The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.
    tags Tag[]
    Tags to assign to the Odb Network.
    zeroEtlAccess OdbNetworkZeroEtlAccess
    Specifies the configuration for Zero-ETL access from the ODB network.
    availability_zone str
    The AWS Availability Zone (AZ) where the ODB network is located.
    availability_zone_id str
    The AZ ID of the AZ where the ODB network is located.
    backup_subnet_cidr str
    The CIDR range of the backup subnet in the ODB network.
    client_subnet_cidr str
    The CIDR range of the client subnet in the ODB network.
    cross_region_s3_restore_sources Sequence[str]
    The cross-Region Amazon S3 restore sources for the ODB network.
    custom_domain_name str
    The domain name to use for the resources in the ODB network.
    default_dns_prefix str
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    delete_associated_resources bool
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    display_name str
    The user-friendly name of the ODB network.
    kms_access OdbNetworkKmsAccess
    The AWS Key Management Service (KMS) access configuration for the ODB network.
    kms_policy_document str
    The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.
    s3_access OdbNetworkS3Access
    Specifies the configuration for Amazon S3 access from the ODB network.
    s3_policy_document str
    Specifies the endpoint policy for Amazon S3 access from the ODB network.
    sts_access OdbNetworkStsAccess
    The AWS Security Token Service (STS) access configuration for the ODB network.
    sts_policy_document str
    The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.
    tags Sequence[TagArgs]
    Tags to assign to the Odb Network.
    zero_etl_access OdbNetworkZeroEtlAccess
    Specifies the configuration for Zero-ETL access from the ODB network.
    availabilityZone String
    The AWS Availability Zone (AZ) where the ODB network is located.
    availabilityZoneId String
    The AZ ID of the AZ where the ODB network is located.
    backupSubnetCidr String
    The CIDR range of the backup subnet in the ODB network.
    clientSubnetCidr String
    The CIDR range of the client subnet in the ODB network.
    crossRegionS3RestoreSources List<String>
    The cross-Region Amazon S3 restore sources for the ODB network.
    customDomainName String
    The domain name to use for the resources in the ODB network.
    defaultDnsPrefix String
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    deleteAssociatedResources Boolean
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    displayName String
    The user-friendly name of the ODB network.
    kmsAccess "ENABLED" | "DISABLED"
    The AWS Key Management Service (KMS) access configuration for the ODB network.
    kmsPolicyDocument String
    The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.
    s3Access "ENABLED" | "DISABLED"
    Specifies the configuration for Amazon S3 access from the ODB network.
    s3PolicyDocument String
    Specifies the endpoint policy for Amazon S3 access from the ODB network.
    stsAccess "ENABLED" | "DISABLED"
    The AWS Security Token Service (STS) access configuration for the ODB network.
    stsPolicyDocument String
    The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.
    tags List<Property Map>
    Tags to assign to the Odb Network.
    zeroEtlAccess "ENABLED" | "DISABLED"
    Specifies the configuration for Zero-ETL access from the ODB network.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the OdbNetwork resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    ManagedServices Pulumi.AwsNative.Odb.Outputs.OdbNetworkManagedServices
    OciNetworkAnchorId string
    The unique identifier of the OCI network anchor for the ODB network.
    OciResourceAnchorName string
    The name of the OCI resource anchor that's associated with the ODB network.
    OciVcnUrl string
    The URL for the VCN that's associated with the ODB network.
    OdbNetworkArn string
    The Amazon Resource Name (ARN) of the ODB network.
    OdbNetworkId string
    The unique identifier of the ODB network.
    Id string
    The provider-assigned unique ID for this managed resource.
    ManagedServices OdbNetworkManagedServices
    OciNetworkAnchorId string
    The unique identifier of the OCI network anchor for the ODB network.
    OciResourceAnchorName string
    The name of the OCI resource anchor that's associated with the ODB network.
    OciVcnUrl string
    The URL for the VCN that's associated with the ODB network.
    OdbNetworkArn string
    The Amazon Resource Name (ARN) of the ODB network.
    OdbNetworkId string
    The unique identifier of the ODB network.
    id String
    The provider-assigned unique ID for this managed resource.
    managedServices OdbNetworkManagedServices
    ociNetworkAnchorId String
    The unique identifier of the OCI network anchor for the ODB network.
    ociResourceAnchorName String
    The name of the OCI resource anchor that's associated with the ODB network.
    ociVcnUrl String
    The URL for the VCN that's associated with the ODB network.
    odbNetworkArn String
    The Amazon Resource Name (ARN) of the ODB network.
    odbNetworkId String
    The unique identifier of the ODB network.
    id string
    The provider-assigned unique ID for this managed resource.
    managedServices OdbNetworkManagedServices
    ociNetworkAnchorId string
    The unique identifier of the OCI network anchor for the ODB network.
    ociResourceAnchorName string
    The name of the OCI resource anchor that's associated with the ODB network.
    ociVcnUrl string
    The URL for the VCN that's associated with the ODB network.
    odbNetworkArn string
    The Amazon Resource Name (ARN) of the ODB network.
    odbNetworkId string
    The unique identifier of the ODB network.
    id str
    The provider-assigned unique ID for this managed resource.
    managed_services OdbNetworkManagedServices
    oci_network_anchor_id str
    The unique identifier of the OCI network anchor for the ODB network.
    oci_resource_anchor_name str
    The name of the OCI resource anchor that's associated with the ODB network.
    oci_vcn_url str
    The URL for the VCN that's associated with the ODB network.
    odb_network_arn str
    The Amazon Resource Name (ARN) of the ODB network.
    odb_network_id str
    The unique identifier of the ODB network.
    id String
    The provider-assigned unique ID for this managed resource.
    managedServices Property Map
    ociNetworkAnchorId String
    The unique identifier of the OCI network anchor for the ODB network.
    ociResourceAnchorName String
    The name of the OCI resource anchor that's associated with the ODB network.
    ociVcnUrl String
    The URL for the VCN that's associated with the ODB network.
    odbNetworkArn String
    The Amazon Resource Name (ARN) of the ODB network.
    odbNetworkId String
    The unique identifier of the ODB network.

    Supporting Types

    OdbNetworkCrossRegionS3RestoreSourcesAccess, OdbNetworkCrossRegionS3RestoreSourcesAccessArgs

    The configuration access for the cross-Region Amazon S3 database restore source for the ODB network.
    Ipv4Addresses List<string>
    The IPv4 addresses allowed for cross-Region Amazon S3 restore access.
    Region string
    The AWS-Region for cross-Region Amazon S3 restore access.
    Status Pulumi.AwsNative.Odb.OdbNetworkManagedResourceStatus
    The current status of the cross-Region Amazon S3 restore access configuration.
    Ipv4Addresses []string
    The IPv4 addresses allowed for cross-Region Amazon S3 restore access.
    Region string
    The AWS-Region for cross-Region Amazon S3 restore access.
    Status OdbNetworkManagedResourceStatus
    The current status of the cross-Region Amazon S3 restore access configuration.
    ipv4Addresses List<String>
    The IPv4 addresses allowed for cross-Region Amazon S3 restore access.
    region String
    The AWS-Region for cross-Region Amazon S3 restore access.
    status OdbNetworkManagedResourceStatus
    The current status of the cross-Region Amazon S3 restore access configuration.
    ipv4Addresses string[]
    The IPv4 addresses allowed for cross-Region Amazon S3 restore access.
    region string
    The AWS-Region for cross-Region Amazon S3 restore access.
    status OdbNetworkManagedResourceStatus
    The current status of the cross-Region Amazon S3 restore access configuration.
    ipv4_addresses Sequence[str]
    The IPv4 addresses allowed for cross-Region Amazon S3 restore access.
    region str
    The AWS-Region for cross-Region Amazon S3 restore access.
    status OdbNetworkManagedResourceStatus
    The current status of the cross-Region Amazon S3 restore access configuration.
    ipv4Addresses List<String>
    The IPv4 addresses allowed for cross-Region Amazon S3 restore access.
    region String
    The AWS-Region for cross-Region Amazon S3 restore access.
    status "ENABLED" | "ENABLING" | "DISABLED" | "DISABLING"
    The current status of the cross-Region Amazon S3 restore access configuration.

    OdbNetworkKmsAccess, OdbNetworkKmsAccessArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    OdbNetworkKmsAccessEnabled
    ENABLED
    OdbNetworkKmsAccessDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    OdbNetworkManagedResourceStatus, OdbNetworkManagedResourceStatusArgs

    Enabled
    ENABLED
    Enabling
    ENABLING
    Disabled
    DISABLED
    Disabling
    DISABLING
    OdbNetworkManagedResourceStatusEnabled
    ENABLED
    OdbNetworkManagedResourceStatusEnabling
    ENABLING
    OdbNetworkManagedResourceStatusDisabled
    DISABLED
    OdbNetworkManagedResourceStatusDisabling
    DISABLING
    Enabled
    ENABLED
    Enabling
    ENABLING
    Disabled
    DISABLED
    Disabling
    DISABLING
    Enabled
    ENABLED
    Enabling
    ENABLING
    Disabled
    DISABLED
    Disabling
    DISABLING
    ENABLED
    ENABLED
    ENABLING
    ENABLING
    DISABLED
    DISABLED
    DISABLING
    DISABLING
    "ENABLED"
    ENABLED
    "ENABLING"
    ENABLING
    "DISABLED"
    DISABLED
    "DISABLING"
    DISABLING

    OdbNetworkManagedServices, OdbNetworkManagedServicesArgs

    The managed services configuration for the ODB network.
    CrossRegionS3RestoreSourcesAccess List<Pulumi.AwsNative.Odb.Inputs.OdbNetworkCrossRegionS3RestoreSourcesAccess>
    The access configuration for the cross-Region Amazon S3 database restore source.
    KmsAccess Pulumi.AwsNative.Odb.Inputs.OdbNetworkManagedServicesKmsAccessProperties
    The AWS Key Management Service (KMS) access configuration.
    ManagedS3BackupAccess Pulumi.AwsNative.Odb.Inputs.OdbNetworkManagedServicesManagedS3BackupAccessProperties
    The managed Amazon S3 backup access configuration.
    ManagedServicesIpv4Cidrs List<string>
    The IPv4 CIDR blocks for the managed services.
    ResourceGatewayArn string
    The Amazon Resource Name (ARN) of the resource gateway.
    S3Access Pulumi.AwsNative.Odb.Inputs.OdbNetworkManagedServicesS3AccessProperties
    The Amazon S3 access configuration.
    ServiceNetworkArn string
    The Amazon Resource Name (ARN) of the service network.
    ServiceNetworkEndpoint Pulumi.AwsNative.Odb.Inputs.OdbNetworkManagedServicesServiceNetworkEndpointProperties
    The service network endpoint configuration.
    StsAccess Pulumi.AwsNative.Odb.Inputs.OdbNetworkManagedServicesStsAccessProperties
    The AWS Security Token Service (STS) access configuration.
    ZeroEtlAccess Pulumi.AwsNative.Odb.Inputs.OdbNetworkManagedServicesZeroEtlAccessProperties
    The Zero-ETL access configuration.
    CrossRegionS3RestoreSourcesAccess []OdbNetworkCrossRegionS3RestoreSourcesAccess
    The access configuration for the cross-Region Amazon S3 database restore source.
    KmsAccess OdbNetworkManagedServicesKmsAccessProperties
    The AWS Key Management Service (KMS) access configuration.
    ManagedS3BackupAccess OdbNetworkManagedServicesManagedS3BackupAccessProperties
    The managed Amazon S3 backup access configuration.
    ManagedServicesIpv4Cidrs []string
    The IPv4 CIDR blocks for the managed services.
    ResourceGatewayArn string
    The Amazon Resource Name (ARN) of the resource gateway.
    S3Access OdbNetworkManagedServicesS3AccessProperties
    The Amazon S3 access configuration.
    ServiceNetworkArn string
    The Amazon Resource Name (ARN) of the service network.
    ServiceNetworkEndpoint OdbNetworkManagedServicesServiceNetworkEndpointProperties
    The service network endpoint configuration.
    StsAccess OdbNetworkManagedServicesStsAccessProperties
    The AWS Security Token Service (STS) access configuration.
    ZeroEtlAccess OdbNetworkManagedServicesZeroEtlAccessProperties
    The Zero-ETL access configuration.
    crossRegionS3RestoreSourcesAccess List<OdbNetworkCrossRegionS3RestoreSourcesAccess>
    The access configuration for the cross-Region Amazon S3 database restore source.
    kmsAccess OdbNetworkManagedServicesKmsAccessProperties
    The AWS Key Management Service (KMS) access configuration.
    managedS3BackupAccess OdbNetworkManagedServicesManagedS3BackupAccessProperties
    The managed Amazon S3 backup access configuration.
    managedServicesIpv4Cidrs List<String>
    The IPv4 CIDR blocks for the managed services.
    resourceGatewayArn String
    The Amazon Resource Name (ARN) of the resource gateway.
    s3Access OdbNetworkManagedServicesS3AccessProperties
    The Amazon S3 access configuration.
    serviceNetworkArn String
    The Amazon Resource Name (ARN) of the service network.
    serviceNetworkEndpoint OdbNetworkManagedServicesServiceNetworkEndpointProperties
    The service network endpoint configuration.
    stsAccess OdbNetworkManagedServicesStsAccessProperties
    The AWS Security Token Service (STS) access configuration.
    zeroEtlAccess OdbNetworkManagedServicesZeroEtlAccessProperties
    The Zero-ETL access configuration.
    crossRegionS3RestoreSourcesAccess OdbNetworkCrossRegionS3RestoreSourcesAccess[]
    The access configuration for the cross-Region Amazon S3 database restore source.
    kmsAccess OdbNetworkManagedServicesKmsAccessProperties
    The AWS Key Management Service (KMS) access configuration.
    managedS3BackupAccess OdbNetworkManagedServicesManagedS3BackupAccessProperties
    The managed Amazon S3 backup access configuration.
    managedServicesIpv4Cidrs string[]
    The IPv4 CIDR blocks for the managed services.
    resourceGatewayArn string
    The Amazon Resource Name (ARN) of the resource gateway.
    s3Access OdbNetworkManagedServicesS3AccessProperties
    The Amazon S3 access configuration.
    serviceNetworkArn string
    The Amazon Resource Name (ARN) of the service network.
    serviceNetworkEndpoint OdbNetworkManagedServicesServiceNetworkEndpointProperties
    The service network endpoint configuration.
    stsAccess OdbNetworkManagedServicesStsAccessProperties
    The AWS Security Token Service (STS) access configuration.
    zeroEtlAccess OdbNetworkManagedServicesZeroEtlAccessProperties
    The Zero-ETL access configuration.
    cross_region_s3_restore_sources_access Sequence[OdbNetworkCrossRegionS3RestoreSourcesAccess]
    The access configuration for the cross-Region Amazon S3 database restore source.
    kms_access OdbNetworkManagedServicesKmsAccessProperties
    The AWS Key Management Service (KMS) access configuration.
    managed_s3_backup_access OdbNetworkManagedServicesManagedS3BackupAccessProperties
    The managed Amazon S3 backup access configuration.
    managed_services_ipv4_cidrs Sequence[str]
    The IPv4 CIDR blocks for the managed services.
    resource_gateway_arn str
    The Amazon Resource Name (ARN) of the resource gateway.
    s3_access OdbNetworkManagedServicesS3AccessProperties
    The Amazon S3 access configuration.
    service_network_arn str
    The Amazon Resource Name (ARN) of the service network.
    service_network_endpoint OdbNetworkManagedServicesServiceNetworkEndpointProperties
    The service network endpoint configuration.
    sts_access OdbNetworkManagedServicesStsAccessProperties
    The AWS Security Token Service (STS) access configuration.
    zero_etl_access OdbNetworkManagedServicesZeroEtlAccessProperties
    The Zero-ETL access configuration.
    crossRegionS3RestoreSourcesAccess List<Property Map>
    The access configuration for the cross-Region Amazon S3 database restore source.
    kmsAccess Property Map
    The AWS Key Management Service (KMS) access configuration.
    managedS3BackupAccess Property Map
    The managed Amazon S3 backup access configuration.
    managedServicesIpv4Cidrs List<String>
    The IPv4 CIDR blocks for the managed services.
    resourceGatewayArn String
    The Amazon Resource Name (ARN) of the resource gateway.
    s3Access Property Map
    The Amazon S3 access configuration.
    serviceNetworkArn String
    The Amazon Resource Name (ARN) of the service network.
    serviceNetworkEndpoint Property Map
    The service network endpoint configuration.
    stsAccess Property Map
    The AWS Security Token Service (STS) access configuration.
    zeroEtlAccess Property Map
    The Zero-ETL access configuration.

    OdbNetworkManagedServicesKmsAccessProperties, OdbNetworkManagedServicesKmsAccessPropertiesArgs

    The AWS Key Management Service (KMS) access configuration.
    DomainName string
    The domain name for the AWS KMS access.
    Ipv4Addresses List<string>
    The IPv4 addresses for the AWS KMS access.
    KmsPolicyDocument string
    The endpoint policy for the AWS KMS access.
    Status Pulumi.AwsNative.Odb.OdbNetworkManagedResourceStatus
    The status of the AWS KMS access.
    DomainName string
    The domain name for the AWS KMS access.
    Ipv4Addresses []string
    The IPv4 addresses for the AWS KMS access.
    KmsPolicyDocument string
    The endpoint policy for the AWS KMS access.
    Status OdbNetworkManagedResourceStatus
    The status of the AWS KMS access.
    domainName String
    The domain name for the AWS KMS access.
    ipv4Addresses List<String>
    The IPv4 addresses for the AWS KMS access.
    kmsPolicyDocument String
    The endpoint policy for the AWS KMS access.
    status OdbNetworkManagedResourceStatus
    The status of the AWS KMS access.
    domainName string
    The domain name for the AWS KMS access.
    ipv4Addresses string[]
    The IPv4 addresses for the AWS KMS access.
    kmsPolicyDocument string
    The endpoint policy for the AWS KMS access.
    status OdbNetworkManagedResourceStatus
    The status of the AWS KMS access.
    domain_name str
    The domain name for the AWS KMS access.
    ipv4_addresses Sequence[str]
    The IPv4 addresses for the AWS KMS access.
    kms_policy_document str
    The endpoint policy for the AWS KMS access.
    status OdbNetworkManagedResourceStatus
    The status of the AWS KMS access.
    domainName String
    The domain name for the AWS KMS access.
    ipv4Addresses List<String>
    The IPv4 addresses for the AWS KMS access.
    kmsPolicyDocument String
    The endpoint policy for the AWS KMS access.
    status "ENABLED" | "ENABLING" | "DISABLED" | "DISABLING"
    The status of the AWS KMS access.

    OdbNetworkManagedServicesManagedS3BackupAccessProperties, OdbNetworkManagedServicesManagedS3BackupAccessPropertiesArgs

    The managed Amazon S3 backup access configuration.
    Ipv4Addresses List<string>
    The IPv4 addresses for the managed Amazon S3 backup access.
    Status Pulumi.AwsNative.Odb.OdbNetworkManagedResourceStatus
    The status of the managed Amazon S3 backup access.
    Ipv4Addresses []string
    The IPv4 addresses for the managed Amazon S3 backup access.
    Status OdbNetworkManagedResourceStatus
    The status of the managed Amazon S3 backup access.
    ipv4Addresses List<String>
    The IPv4 addresses for the managed Amazon S3 backup access.
    status OdbNetworkManagedResourceStatus
    The status of the managed Amazon S3 backup access.
    ipv4Addresses string[]
    The IPv4 addresses for the managed Amazon S3 backup access.
    status OdbNetworkManagedResourceStatus
    The status of the managed Amazon S3 backup access.
    ipv4_addresses Sequence[str]
    The IPv4 addresses for the managed Amazon S3 backup access.
    status OdbNetworkManagedResourceStatus
    The status of the managed Amazon S3 backup access.
    ipv4Addresses List<String>
    The IPv4 addresses for the managed Amazon S3 backup access.
    status "ENABLED" | "ENABLING" | "DISABLED" | "DISABLING"
    The status of the managed Amazon S3 backup access.

    OdbNetworkManagedServicesS3AccessProperties, OdbNetworkManagedServicesS3AccessPropertiesArgs

    The Amazon S3 access configuration.
    DomainName string
    The domain name for the Amazon S3 access.
    Ipv4Addresses List<string>
    The IPv4 addresses for the Amazon S3 access.
    S3PolicyDocument string
    The endpoint policy for the Amazon S3 access.
    Status Pulumi.AwsNative.Odb.OdbNetworkManagedResourceStatus
    The status of the Amazon S3 access.
    DomainName string
    The domain name for the Amazon S3 access.
    Ipv4Addresses []string
    The IPv4 addresses for the Amazon S3 access.
    S3PolicyDocument string
    The endpoint policy for the Amazon S3 access.
    Status OdbNetworkManagedResourceStatus
    The status of the Amazon S3 access.
    domainName String
    The domain name for the Amazon S3 access.
    ipv4Addresses List<String>
    The IPv4 addresses for the Amazon S3 access.
    s3PolicyDocument String
    The endpoint policy for the Amazon S3 access.
    status OdbNetworkManagedResourceStatus
    The status of the Amazon S3 access.
    domainName string
    The domain name for the Amazon S3 access.
    ipv4Addresses string[]
    The IPv4 addresses for the Amazon S3 access.
    s3PolicyDocument string
    The endpoint policy for the Amazon S3 access.
    status OdbNetworkManagedResourceStatus
    The status of the Amazon S3 access.
    domain_name str
    The domain name for the Amazon S3 access.
    ipv4_addresses Sequence[str]
    The IPv4 addresses for the Amazon S3 access.
    s3_policy_document str
    The endpoint policy for the Amazon S3 access.
    status OdbNetworkManagedResourceStatus
    The status of the Amazon S3 access.
    domainName String
    The domain name for the Amazon S3 access.
    ipv4Addresses List<String>
    The IPv4 addresses for the Amazon S3 access.
    s3PolicyDocument String
    The endpoint policy for the Amazon S3 access.
    status "ENABLED" | "ENABLING" | "DISABLED" | "DISABLING"
    The status of the Amazon S3 access.

    OdbNetworkManagedServicesServiceNetworkEndpointProperties, OdbNetworkManagedServicesServiceNetworkEndpointPropertiesArgs

    The service network endpoint configuration.
    VpcEndpointId string
    The identifier of the VPC endpoint.
    VpcEndpointType OdbNetworkManagedServicesServiceNetworkEndpointPropertiesVpcEndpointType
    The type of the VPC endpoint.
    vpcEndpointId String
    The identifier of the VPC endpoint.
    vpcEndpointType OdbNetworkManagedServicesServiceNetworkEndpointPropertiesVpcEndpointType
    The type of the VPC endpoint.
    vpcEndpointId string
    The identifier of the VPC endpoint.
    vpcEndpointType OdbNetworkManagedServicesServiceNetworkEndpointPropertiesVpcEndpointType
    The type of the VPC endpoint.
    vpcEndpointId String
    The identifier of the VPC endpoint.
    vpcEndpointType "SERVICENETWORK"
    The type of the VPC endpoint.

    OdbNetworkManagedServicesServiceNetworkEndpointPropertiesVpcEndpointType, OdbNetworkManagedServicesServiceNetworkEndpointPropertiesVpcEndpointTypeArgs

    Servicenetwork
    SERVICENETWORK
    OdbNetworkManagedServicesServiceNetworkEndpointPropertiesVpcEndpointTypeServicenetwork
    SERVICENETWORK
    Servicenetwork
    SERVICENETWORK
    Servicenetwork
    SERVICENETWORK
    SERVICENETWORK
    SERVICENETWORK
    "SERVICENETWORK"
    SERVICENETWORK

    OdbNetworkManagedServicesStsAccessProperties, OdbNetworkManagedServicesStsAccessPropertiesArgs

    The AWS Security Token Service (STS) access configuration.
    DomainName string
    The domain name for the AWS STS access.
    Ipv4Addresses List<string>
    The IPv4 addresses for the AWS STS access.
    Status Pulumi.AwsNative.Odb.OdbNetworkManagedResourceStatus
    The status of the AWS STS access.
    StsPolicyDocument string
    The endpoint policy for the AWS STS access.
    DomainName string
    The domain name for the AWS STS access.
    Ipv4Addresses []string
    The IPv4 addresses for the AWS STS access.
    Status OdbNetworkManagedResourceStatus
    The status of the AWS STS access.
    StsPolicyDocument string
    The endpoint policy for the AWS STS access.
    domainName String
    The domain name for the AWS STS access.
    ipv4Addresses List<String>
    The IPv4 addresses for the AWS STS access.
    status OdbNetworkManagedResourceStatus
    The status of the AWS STS access.
    stsPolicyDocument String
    The endpoint policy for the AWS STS access.
    domainName string
    The domain name for the AWS STS access.
    ipv4Addresses string[]
    The IPv4 addresses for the AWS STS access.
    status OdbNetworkManagedResourceStatus
    The status of the AWS STS access.
    stsPolicyDocument string
    The endpoint policy for the AWS STS access.
    domain_name str
    The domain name for the AWS STS access.
    ipv4_addresses Sequence[str]
    The IPv4 addresses for the AWS STS access.
    status OdbNetworkManagedResourceStatus
    The status of the AWS STS access.
    sts_policy_document str
    The endpoint policy for the AWS STS access.
    domainName String
    The domain name for the AWS STS access.
    ipv4Addresses List<String>
    The IPv4 addresses for the AWS STS access.
    status "ENABLED" | "ENABLING" | "DISABLED" | "DISABLING"
    The status of the AWS STS access.
    stsPolicyDocument String
    The endpoint policy for the AWS STS access.

    OdbNetworkManagedServicesZeroEtlAccessProperties, OdbNetworkManagedServicesZeroEtlAccessPropertiesArgs

    The Zero-ETL access configuration.
    Cidr string
    The CIDR block for the Zero-ETL access.
    Status Pulumi.AwsNative.Odb.OdbNetworkManagedResourceStatus
    The status of the Zero-ETL access.
    Cidr string
    The CIDR block for the Zero-ETL access.
    Status OdbNetworkManagedResourceStatus
    The status of the Zero-ETL access.
    cidr String
    The CIDR block for the Zero-ETL access.
    status OdbNetworkManagedResourceStatus
    The status of the Zero-ETL access.
    cidr string
    The CIDR block for the Zero-ETL access.
    status OdbNetworkManagedResourceStatus
    The status of the Zero-ETL access.
    cidr str
    The CIDR block for the Zero-ETL access.
    status OdbNetworkManagedResourceStatus
    The status of the Zero-ETL access.
    cidr String
    The CIDR block for the Zero-ETL access.
    status "ENABLED" | "ENABLING" | "DISABLED" | "DISABLING"
    The status of the Zero-ETL access.

    OdbNetworkS3Access, OdbNetworkS3AccessArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    OdbNetworkS3AccessEnabled
    ENABLED
    OdbNetworkS3AccessDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    OdbNetworkStsAccess, OdbNetworkStsAccessArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    OdbNetworkStsAccessEnabled
    ENABLED
    OdbNetworkStsAccessDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    OdbNetworkZeroEtlAccess, OdbNetworkZeroEtlAccessArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    OdbNetworkZeroEtlAccessEnabled
    ENABLED
    OdbNetworkZeroEtlAccessDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.58.0
    published on Monday, Mar 23, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.