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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCloudExadataInfrastructure.CustomerContactProperty
static final class
An implementation forCfnCloudExadataInfrastructure.CustomerContactProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEmail
The email address of the contact.- See Also:
-
builder
-