Interface CfnCloudExadataInfrastructurePropsMixin.CustomerContactProperty

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

@Stability(Stable) public static interface CfnCloudExadataInfrastructurePropsMixin.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.cfnpropertymixins.services.odb.*;
 CustomerContactProperty customerContactProperty = CustomerContactProperty.builder()
         .email("email")
         .build();
 

See Also: