Interface CfnEndpoint.PrimaryProperty

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

@Stability(Stable) public static interface CfnEndpoint.PrimaryProperty extends software.amazon.jsii.JsiiSerializable
The primary Region of the endpoint.

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.events.*;
 PrimaryProperty primaryProperty = PrimaryProperty.builder()
         .healthCheck("healthCheck")
         .build();
 

See Also: