interface CustomerContactProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ODB.CfnCloudExadataInfrastructure.CustomerContactProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CfnCloudExadataInfrastructure_CustomerContactProperty |
Java | software.amazon.awscdk.services.odb.CfnCloudExadataInfrastructure.CustomerContactProperty |
Python | aws_cdk.aws_odb.CfnCloudExadataInfrastructure.CustomerContactProperty |
TypeScript | aws-cdk-lib » aws_odb » CfnCloudExadataInfrastructure » CustomerContactProperty |
A contact to receive notification from Oracle about maintenance updates for a specific Exadata infrastructure.
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 customerContactProperty: odb.CfnCloudExadataInfrastructure.CustomerContactProperty = {
email: 'email',
};
Properties
| Name | Type | Description |
|---|---|---|
| email? | string | The email address of the contact. |
email?
Type:
string
(optional)
The email address of the contact.

.NET
Go
Java
Python
TypeScript