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

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

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

aws-native.odb.CloudExadataInfrastructure

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

    The AWS::ODB::CloudExadataInfrastructure resource creates an Exadata Infrastructure

    Create CloudExadataInfrastructure Resource

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

    Constructor syntax

    new CloudExadataInfrastructure(name: string, args?: CloudExadataInfrastructureArgs, opts?: CustomResourceOptions);
    @overload
    def CloudExadataInfrastructure(resource_name: str,
                                   args: Optional[CloudExadataInfrastructureArgs] = None,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def CloudExadataInfrastructure(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   availability_zone: Optional[str] = None,
                                   availability_zone_id: Optional[str] = None,
                                   compute_count: Optional[int] = None,
                                   customer_contacts_to_send_to_oci: Optional[Sequence[CloudExadataInfrastructureCustomerContactArgs]] = None,
                                   database_server_type: Optional[str] = None,
                                   display_name: Optional[str] = None,
                                   shape: Optional[str] = None,
                                   storage_count: Optional[int] = None,
                                   storage_server_type: Optional[str] = None,
                                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewCloudExadataInfrastructure(ctx *Context, name string, args *CloudExadataInfrastructureArgs, opts ...ResourceOption) (*CloudExadataInfrastructure, error)
    public CloudExadataInfrastructure(string name, CloudExadataInfrastructureArgs? args = null, CustomResourceOptions? opts = null)
    public CloudExadataInfrastructure(String name, CloudExadataInfrastructureArgs args)
    public CloudExadataInfrastructure(String name, CloudExadataInfrastructureArgs args, CustomResourceOptions options)
    
    type: aws-native:odb:CloudExadataInfrastructure
    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 CloudExadataInfrastructureArgs
    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 CloudExadataInfrastructureArgs
    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 CloudExadataInfrastructureArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CloudExadataInfrastructureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CloudExadataInfrastructureArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    CloudExadataInfrastructure 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 CloudExadataInfrastructure resource accepts the following input properties:

    AvailabilityZone string
    The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    AvailabilityZoneId string
    The AZ ID of the AZ where the Exadata infrastructure is located.
    ComputeCount int
    The number of database servers for the Exadata infrastructure.
    CustomerContactsToSendToOci List<Pulumi.AwsNative.Odb.Inputs.CloudExadataInfrastructureCustomerContact>
    The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    DatabaseServerType string
    The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    DisplayName string
    The user-friendly name for the Exadata infrastructure.
    Shape string
    The model name of the Exadata infrastructure.
    StorageCount int
    The number of storage servers that are activated for the Exadata infrastructure.
    StorageServerType string
    The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags to assign to the Exadata Infrastructure.
    AvailabilityZone string
    The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    AvailabilityZoneId string
    The AZ ID of the AZ where the Exadata infrastructure is located.
    ComputeCount int
    The number of database servers for the Exadata infrastructure.
    CustomerContactsToSendToOci []CloudExadataInfrastructureCustomerContactArgs
    The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    DatabaseServerType string
    The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    DisplayName string
    The user-friendly name for the Exadata infrastructure.
    Shape string
    The model name of the Exadata infrastructure.
    StorageCount int
    The number of storage servers that are activated for the Exadata infrastructure.
    StorageServerType string
    The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    Tags TagArgs
    Tags to assign to the Exadata Infrastructure.
    availabilityZone String
    The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    availabilityZoneId String
    The AZ ID of the AZ where the Exadata infrastructure is located.
    computeCount Integer
    The number of database servers for the Exadata infrastructure.
    customerContactsToSendToOci List<CloudExadataInfrastructureCustomerContact>
    The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    databaseServerType String
    The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    displayName String
    The user-friendly name for the Exadata infrastructure.
    shape String
    The model name of the Exadata infrastructure.
    storageCount Integer
    The number of storage servers that are activated for the Exadata infrastructure.
    storageServerType String
    The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    tags List<Tag>
    Tags to assign to the Exadata Infrastructure.
    availabilityZone string
    The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    availabilityZoneId string
    The AZ ID of the AZ where the Exadata infrastructure is located.
    computeCount number
    The number of database servers for the Exadata infrastructure.
    customerContactsToSendToOci CloudExadataInfrastructureCustomerContact[]
    The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    databaseServerType string
    The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    displayName string
    The user-friendly name for the Exadata infrastructure.
    shape string
    The model name of the Exadata infrastructure.
    storageCount number
    The number of storage servers that are activated for the Exadata infrastructure.
    storageServerType string
    The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    tags Tag[]
    Tags to assign to the Exadata Infrastructure.
    availability_zone str
    The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    availability_zone_id str
    The AZ ID of the AZ where the Exadata infrastructure is located.
    compute_count int
    The number of database servers for the Exadata infrastructure.
    customer_contacts_to_send_to_oci Sequence[CloudExadataInfrastructureCustomerContactArgs]
    The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    database_server_type str
    The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    display_name str
    The user-friendly name for the Exadata infrastructure.
    shape str
    The model name of the Exadata infrastructure.
    storage_count int
    The number of storage servers that are activated for the Exadata infrastructure.
    storage_server_type str
    The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    tags Sequence[TagArgs]
    Tags to assign to the Exadata Infrastructure.
    availabilityZone String
    The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    availabilityZoneId String
    The AZ ID of the AZ where the Exadata infrastructure is located.
    computeCount Number
    The number of database servers for the Exadata infrastructure.
    customerContactsToSendToOci List<Property Map>
    The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    databaseServerType String
    The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    displayName String
    The user-friendly name for the Exadata infrastructure.
    shape String
    The model name of the Exadata infrastructure.
    storageCount Number
    The number of storage servers that are activated for the Exadata infrastructure.
    storageServerType String
    The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    tags List<Property Map>
    Tags to assign to the Exadata Infrastructure.

    Outputs

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

    ActivatedStorageCount int
    The number of storage servers requested for the Exadata infrastructure.
    AdditionalStorageCount int
    The number of storage servers requested for the Exadata infrastructure.
    AvailableStorageSizeInGbs int
    The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    CloudExadataInfrastructureArn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    CloudExadataInfrastructureId string
    The unique identifier for the Exadata infrastructure.
    ComputeModel string
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    CpuCount int
    The total number of CPU cores that are allocated to the Exadata infrastructure.
    DataStorageSizeInTbs double
    The size of the Exadata infrastructure's data disk group, in terabytes (TB).
    DbNodeStorageSizeInGbs int
    The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
    DbServerIds List<string>
    The list of database server identifiers for the Exadata infrastructure.
    DbServerVersion string
    The software version of the database servers (dom0) in the Exadata infrastructure.
    Id string
    The provider-assigned unique ID for this managed resource.
    MaxCpuCount int
    The total number of CPU cores available on the Exadata infrastructure.
    MaxDataStorageInTbs double
    The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    MaxDbNodeStorageSizeInGbs int
    The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    MaxMemoryInGbs int
    The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    MemorySizeInGbs int
    The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    OciResourceAnchorName string
    The name of the OCI resource anchor for the Exadata infrastructure.
    OciUrl string
    The HTTPS link to the Exadata infrastructure in OCI.
    Ocid string
    The OCID of the Exadata infrastructure.
    StorageServerVersion string
    The software version of the storage servers on the Exadata infrastructure.
    TotalStorageSizeInGbs int
    The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
    ActivatedStorageCount int
    The number of storage servers requested for the Exadata infrastructure.
    AdditionalStorageCount int
    The number of storage servers requested for the Exadata infrastructure.
    AvailableStorageSizeInGbs int
    The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    CloudExadataInfrastructureArn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    CloudExadataInfrastructureId string
    The unique identifier for the Exadata infrastructure.
    ComputeModel string
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    CpuCount int
    The total number of CPU cores that are allocated to the Exadata infrastructure.
    DataStorageSizeInTbs float64
    The size of the Exadata infrastructure's data disk group, in terabytes (TB).
    DbNodeStorageSizeInGbs int
    The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
    DbServerIds []string
    The list of database server identifiers for the Exadata infrastructure.
    DbServerVersion string
    The software version of the database servers (dom0) in the Exadata infrastructure.
    Id string
    The provider-assigned unique ID for this managed resource.
    MaxCpuCount int
    The total number of CPU cores available on the Exadata infrastructure.
    MaxDataStorageInTbs float64
    The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    MaxDbNodeStorageSizeInGbs int
    The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    MaxMemoryInGbs int
    The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    MemorySizeInGbs int
    The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    OciResourceAnchorName string
    The name of the OCI resource anchor for the Exadata infrastructure.
    OciUrl string
    The HTTPS link to the Exadata infrastructure in OCI.
    Ocid string
    The OCID of the Exadata infrastructure.
    StorageServerVersion string
    The software version of the storage servers on the Exadata infrastructure.
    TotalStorageSizeInGbs int
    The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
    activatedStorageCount Integer
    The number of storage servers requested for the Exadata infrastructure.
    additionalStorageCount Integer
    The number of storage servers requested for the Exadata infrastructure.
    availableStorageSizeInGbs Integer
    The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    cloudExadataInfrastructureArn String
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    cloudExadataInfrastructureId String
    The unique identifier for the Exadata infrastructure.
    computeModel String
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    cpuCount Integer
    The total number of CPU cores that are allocated to the Exadata infrastructure.
    dataStorageSizeInTbs Double
    The size of the Exadata infrastructure's data disk group, in terabytes (TB).
    dbNodeStorageSizeInGbs Integer
    The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
    dbServerIds List<String>
    The list of database server identifiers for the Exadata infrastructure.
    dbServerVersion String
    The software version of the database servers (dom0) in the Exadata infrastructure.
    id String
    The provider-assigned unique ID for this managed resource.
    maxCpuCount Integer
    The total number of CPU cores available on the Exadata infrastructure.
    maxDataStorageInTbs Double
    The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    maxDbNodeStorageSizeInGbs Integer
    The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    maxMemoryInGbs Integer
    The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    memorySizeInGbs Integer
    The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    ociResourceAnchorName String
    The name of the OCI resource anchor for the Exadata infrastructure.
    ociUrl String
    The HTTPS link to the Exadata infrastructure in OCI.
    ocid String
    The OCID of the Exadata infrastructure.
    storageServerVersion String
    The software version of the storage servers on the Exadata infrastructure.
    totalStorageSizeInGbs Integer
    The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
    activatedStorageCount number
    The number of storage servers requested for the Exadata infrastructure.
    additionalStorageCount number
    The number of storage servers requested for the Exadata infrastructure.
    availableStorageSizeInGbs number
    The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    cloudExadataInfrastructureArn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    cloudExadataInfrastructureId string
    The unique identifier for the Exadata infrastructure.
    computeModel string
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    cpuCount number
    The total number of CPU cores that are allocated to the Exadata infrastructure.
    dataStorageSizeInTbs number
    The size of the Exadata infrastructure's data disk group, in terabytes (TB).
    dbNodeStorageSizeInGbs number
    The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
    dbServerIds string[]
    The list of database server identifiers for the Exadata infrastructure.
    dbServerVersion string
    The software version of the database servers (dom0) in the Exadata infrastructure.
    id string
    The provider-assigned unique ID for this managed resource.
    maxCpuCount number
    The total number of CPU cores available on the Exadata infrastructure.
    maxDataStorageInTbs number
    The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    maxDbNodeStorageSizeInGbs number
    The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    maxMemoryInGbs number
    The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    memorySizeInGbs number
    The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    ociResourceAnchorName string
    The name of the OCI resource anchor for the Exadata infrastructure.
    ociUrl string
    The HTTPS link to the Exadata infrastructure in OCI.
    ocid string
    The OCID of the Exadata infrastructure.
    storageServerVersion string
    The software version of the storage servers on the Exadata infrastructure.
    totalStorageSizeInGbs number
    The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
    activated_storage_count int
    The number of storage servers requested for the Exadata infrastructure.
    additional_storage_count int
    The number of storage servers requested for the Exadata infrastructure.
    available_storage_size_in_gbs int
    The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    cloud_exadata_infrastructure_arn str
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    cloud_exadata_infrastructure_id str
    The unique identifier for the Exadata infrastructure.
    compute_model str
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    cpu_count int
    The total number of CPU cores that are allocated to the Exadata infrastructure.
    data_storage_size_in_tbs float
    The size of the Exadata infrastructure's data disk group, in terabytes (TB).
    db_node_storage_size_in_gbs int
    The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
    db_server_ids Sequence[str]
    The list of database server identifiers for the Exadata infrastructure.
    db_server_version str
    The software version of the database servers (dom0) in the Exadata infrastructure.
    id str
    The provider-assigned unique ID for this managed resource.
    max_cpu_count int
    The total number of CPU cores available on the Exadata infrastructure.
    max_data_storage_in_tbs float
    The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    max_db_node_storage_size_in_gbs int
    The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    max_memory_in_gbs int
    The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    memory_size_in_gbs int
    The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    oci_resource_anchor_name str
    The name of the OCI resource anchor for the Exadata infrastructure.
    oci_url str
    The HTTPS link to the Exadata infrastructure in OCI.
    ocid str
    The OCID of the Exadata infrastructure.
    storage_server_version str
    The software version of the storage servers on the Exadata infrastructure.
    total_storage_size_in_gbs int
    The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
    activatedStorageCount Number
    The number of storage servers requested for the Exadata infrastructure.
    additionalStorageCount Number
    The number of storage servers requested for the Exadata infrastructure.
    availableStorageSizeInGbs Number
    The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    cloudExadataInfrastructureArn String
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    cloudExadataInfrastructureId String
    The unique identifier for the Exadata infrastructure.
    computeModel String
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    cpuCount Number
    The total number of CPU cores that are allocated to the Exadata infrastructure.
    dataStorageSizeInTbs Number
    The size of the Exadata infrastructure's data disk group, in terabytes (TB).
    dbNodeStorageSizeInGbs Number
    The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
    dbServerIds List<String>
    The list of database server identifiers for the Exadata infrastructure.
    dbServerVersion String
    The software version of the database servers (dom0) in the Exadata infrastructure.
    id String
    The provider-assigned unique ID for this managed resource.
    maxCpuCount Number
    The total number of CPU cores available on the Exadata infrastructure.
    maxDataStorageInTbs Number
    The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    maxDbNodeStorageSizeInGbs Number
    The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    maxMemoryInGbs Number
    The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    memorySizeInGbs Number
    The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    ociResourceAnchorName String
    The name of the OCI resource anchor for the Exadata infrastructure.
    ociUrl String
    The HTTPS link to the Exadata infrastructure in OCI.
    ocid String
    The OCID of the Exadata infrastructure.
    storageServerVersion String
    The software version of the storage servers on the Exadata infrastructure.
    totalStorageSizeInGbs Number
    The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.

    Supporting Types

    CloudExadataInfrastructureCustomerContact, CloudExadataInfrastructureCustomerContactArgs

    Email string
    The email address of the contact.
    Email string
    The email address of the contact.
    email String
    The email address of the contact.
    email string
    The email address of the contact.
    email str
    The email address of the contact.
    email String
    The email address of the contact.

    Tag, TagArgs

    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.

    AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi