interface CfnCloudExadataInfrastructureProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_odb.CfnCloudExadataInfrastructureProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CfnCloudExadataInfrastructureProps |
![]() | software.amazon.awscdk.services.odb.CfnCloudExadataInfrastructureProps |
![]() | aws_cdk.aws_odb.CfnCloudExadataInfrastructureProps |
![]() | aws-cdk-lib » aws_odb » CfnCloudExadataInfrastructureProps |
Properties for defining a CfnCloudExadataInfrastructure
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_odb as odb } from 'aws-cdk-lib';
const cfnCloudExadataInfrastructureProps: odb.CfnCloudExadataInfrastructureProps = {
availabilityZone: 'availabilityZone',
availabilityZoneId: 'availabilityZoneId',
computeCount: 123,
customerContactsToSendToOci: [{
email: 'email',
}],
databaseServerType: 'databaseServerType',
displayName: 'displayName',
shape: 'shape',
storageCount: 123,
storageServerType: 'storageServerType',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
availability | string | The name of the Availability Zone (AZ) where the Exadata infrastructure is located. |
availability | string | The AZ ID of the AZ where the Exadata infrastructure is located. |
compute | number | The number of database servers for the Exadata infrastructure. |
customer | IResolvable | IResolvable | Customer [] | The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. |
database | string | The database server model type of the Exadata infrastructure. |
display | string | The user-friendly name for the Exadata infrastructure. |
shape? | string | The model name of the Exadata infrastructure. |
storage | number | The number of storage servers that are activated for the Exadata infrastructure. |
storage | string | The storage server model type of the Exadata infrastructure. |
tags? | Cfn [] | Tags to assign to the Exadata Infrastructure. |
availabilityZone?
Type:
string
(optional)
The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
availabilityZoneId?
Type:
string
(optional)
The AZ ID of the AZ where the Exadata infrastructure is located.
Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
computeCount?
Type:
number
(optional)
The number of database servers for the Exadata infrastructure.
Required when creating an Exadata infrastructure.
customerContactsToSendToOci?
Type:
IResolvable
|
IResolvable
|
Customer
[]
(optional)
The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
databaseServerType?
Type:
string
(optional)
The database server model type of the Exadata infrastructure.
For the list of valid model names, use the ListDbSystemShapes
operation.
displayName?
Type:
string
(optional)
The user-friendly name for the Exadata infrastructure.
Required when creating an Exadata infrastructure.
shape?
Type:
string
(optional)
The model name of the Exadata infrastructure.
Required when creating an Exadata infrastructure.
storageCount?
Type:
number
(optional)
The number of storage servers that are activated for the Exadata infrastructure.
Required when creating an Exadata infrastructure.
storageServerType?
Type:
string
(optional)
The storage server model type of the Exadata infrastructure.
For the list of valid model names, use the ListDbSystemShapes
operation.
tags?
Type:
Cfn
[]
(optional)
Tags to assign to the Exadata Infrastructure.