Interface CfnCloudExadataInfrastructure.CustomerContactProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCloudExadataInfrastructure.CustomerContactProperty.Jsii$Proxy
Enclosing class:
CfnCloudExadataInfrastructure

@Stability(Stable) public static interface CfnCloudExadataInfrastructure.CustomerContactProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.odb.*;
 CustomerContactProperty customerContactProperty = CustomerContactProperty.builder()
         .email("email")
         .build();
 

See Also: