Class CfnCloudExadataInfrastructure

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.odb.CfnCloudExadataInfrastructure
All Implemented Interfaces:
IInspectable, ITaggableV2, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-07-16T11:43:19.091Z") @Stability(Stable) public class CfnCloudExadataInfrastructure extends CfnResource implements IInspectable, ITaggableV2
The AWS::ODB::CloudExadataInfrastructure resource creates an Exadata infrastructure.

An Exadata infrastructure provides the underlying compute and storage resources for Oracle Database workloads.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.odb.*;
 CfnCloudExadataInfrastructure cfnCloudExadataInfrastructure = CfnCloudExadataInfrastructure.Builder.create(this, "MyCfnCloudExadataInfrastructure")
         .availabilityZone("availabilityZone")
         .availabilityZoneId("availabilityZoneId")
         .computeCount(123)
         .customerContactsToSendToOci(List.of(CustomerContactProperty.builder()
                 .email("email")
                 .build()))
         .databaseServerType("databaseServerType")
         .displayName("displayName")
         .shape("shape")
         .storageCount(123)
         .storageServerType("storageServerType")
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnCloudExadataInfrastructure

      protected CfnCloudExadataInfrastructure(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnCloudExadataInfrastructure

      protected CfnCloudExadataInfrastructure(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnCloudExadataInfrastructure

      @Stability(Stable) public CfnCloudExadataInfrastructure(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnCloudExadataInfrastructureProps props)
      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties.
    • CfnCloudExadataInfrastructure

      @Stability(Stable) public CfnCloudExadataInfrastructure(@NotNull software.constructs.Construct scope, @NotNull String id)
      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
  • Method Details

    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrActivatedStorageCount

      @Stability(Stable) @NotNull public Number getAttrActivatedStorageCount()
      The number of storage servers requested for the Exadata infrastructure.
    • getAttrAdditionalStorageCount

      @Stability(Stable) @NotNull public Number getAttrAdditionalStorageCount()
      The number of storage servers requested for the Exadata infrastructure.
    • getAttrAvailableStorageSizeInGBs

      @Stability(Stable) @NotNull public Number getAttrAvailableStorageSizeInGBs()
      The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    • getAttrCloudExadataInfrastructureArn

      @Stability(Stable) @NotNull public String getAttrCloudExadataInfrastructureArn()
      The Amazon Resource Name (ARN) for the Exadata infrastructure.
    • getAttrCloudExadataInfrastructureId

      @Stability(Stable) @NotNull public String getAttrCloudExadataInfrastructureId()
      The unique identifier for the Exadata infrastructure.
    • getAttrComputeModel

      @Stability(Stable) @NotNull public String getAttrComputeModel()
      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.

    • getAttrCpuCount

      @Stability(Stable) @NotNull public Number getAttrCpuCount()
      The total number of CPU cores that are allocated to the Exadata infrastructure.
    • getAttrDataStorageSizeInTBs

      @Stability(Stable) @NotNull public IResolvable getAttrDataStorageSizeInTBs()
      The size of the Exadata infrastructure's data disk group, in terabytes (TB).
    • getAttrDbNodeStorageSizeInGBs

      @Stability(Stable) @NotNull public Number getAttrDbNodeStorageSizeInGBs()
      The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
    • getAttrDbServerIds

      @Stability(Stable) @NotNull public List<String> getAttrDbServerIds()
      The list of database server identifiers for the Exadata infrastructure.
    • getAttrDbServerVersion

      @Stability(Stable) @NotNull public String getAttrDbServerVersion()
      The software version of the database servers (dom0) in the Exadata infrastructure.
    • getAttrMaxCpuCount

      @Stability(Stable) @NotNull public Number getAttrMaxCpuCount()
      The total number of CPU cores available on the Exadata infrastructure.
    • getAttrMaxDataStorageInTBs

      @Stability(Stable) @NotNull public IResolvable getAttrMaxDataStorageInTBs()
      The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    • getAttrMaxDbNodeStorageSizeInGBs

      @Stability(Stable) @NotNull public Number getAttrMaxDbNodeStorageSizeInGBs()
      The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    • getAttrMaxMemoryInGBs

      @Stability(Stable) @NotNull public Number getAttrMaxMemoryInGBs()
      The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    • getAttrMemorySizeInGBs

      @Stability(Stable) @NotNull public Number getAttrMemorySizeInGBs()
      The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    • getAttrOcid

      @Stability(Stable) @NotNull public String getAttrOcid()
      The OCID of the Exadata infrastructure.
    • getAttrOciResourceAnchorName

      @Stability(Stable) @NotNull public String getAttrOciResourceAnchorName()
      The name of the OCI resource anchor for the Exadata infrastructure.
    • getAttrOciUrl

      @Stability(Stable) @NotNull public String getAttrOciUrl()
      The HTTPS link to the Exadata infrastructure in OCI.
    • getAttrStorageServerVersion

      @Stability(Stable) @NotNull public String getAttrStorageServerVersion()
      The software version of the storage servers on the Exadata infrastructure.
    • getAttrTotalStorageSizeInGBs

      @Stability(Stable) @NotNull public Number getAttrTotalStorageSizeInGBs()
      The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
    • getCdkTagManager

      @Stability(Stable) @NotNull public TagManager getCdkTagManager()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getCdkTagManager in interface ITaggableV2
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getAvailabilityZone

      @Stability(Stable) @Nullable public String getAvailabilityZone()
      The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    • setAvailabilityZone

      @Stability(Stable) public void setAvailabilityZone(@Nullable String value)
      The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    • getAvailabilityZoneId

      @Stability(Stable) @Nullable public String getAvailabilityZoneId()
      The AZ ID of the AZ where the Exadata infrastructure is located.
    • setAvailabilityZoneId

      @Stability(Stable) public void setAvailabilityZoneId(@Nullable String value)
      The AZ ID of the AZ where the Exadata infrastructure is located.
    • getComputeCount

      @Stability(Stable) @Nullable public Number getComputeCount()
      The number of database servers for the Exadata infrastructure.
    • setComputeCount

      @Stability(Stable) public void setComputeCount(@Nullable Number value)
      The number of database servers for the Exadata infrastructure.
    • getCustomerContactsToSendToOci

      @Stability(Stable) @Nullable public Object getCustomerContactsToSendToOci()
      The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    • setCustomerContactsToSendToOci

      @Stability(Stable) public void setCustomerContactsToSendToOci(@Nullable IResolvable value)
      The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    • setCustomerContactsToSendToOci

      @Stability(Stable) public void setCustomerContactsToSendToOci(@Nullable List<Object> value)
      The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    • getDatabaseServerType

      @Stability(Stable) @Nullable public String getDatabaseServerType()
      The database server model type of the Exadata infrastructure.
    • setDatabaseServerType

      @Stability(Stable) public void setDatabaseServerType(@Nullable String value)
      The database server model type of the Exadata infrastructure.
    • getDisplayName

      @Stability(Stable) @Nullable public String getDisplayName()
      The user-friendly name for the Exadata infrastructure.
    • setDisplayName

      @Stability(Stable) public void setDisplayName(@Nullable String value)
      The user-friendly name for the Exadata infrastructure.
    • getShape

      @Stability(Stable) @Nullable public String getShape()
      The model name of the Exadata infrastructure.
    • setShape

      @Stability(Stable) public void setShape(@Nullable String value)
      The model name of the Exadata infrastructure.
    • getStorageCount

      @Stability(Stable) @Nullable public Number getStorageCount()
      The number of storage servers that are activated for the Exadata infrastructure.
    • setStorageCount

      @Stability(Stable) public void setStorageCount(@Nullable Number value)
      The number of storage servers that are activated for the Exadata infrastructure.
    • getStorageServerType

      @Stability(Stable) @Nullable public String getStorageServerType()
      The storage server model type of the Exadata infrastructure.
    • setStorageServerType

      @Stability(Stable) public void setStorageServerType(@Nullable String value)
      The storage server model type of the Exadata infrastructure.
    • getTags

      @Stability(Stable) @Nullable public List<CfnTag> getTags()
      Tags to assign to the Exadata Infrastructure.
    • setTags

      @Stability(Stable) public void setTags(@Nullable List<CfnTag> value)
      Tags to assign to the Exadata Infrastructure.