interface CustomerContactProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_odb.CfnCloudExadataInfrastructure.CustomerContactProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CfnCloudExadataInfrastructure_CustomerContactProperty |
![]() | software.amazon.awscdk.services.odb.CfnCloudExadataInfrastructure.CustomerContactProperty |
![]() | aws_cdk.aws_odb.CfnCloudExadataInfrastructure.CustomerContactProperty |
![]() | 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.