Interface CfnAsset.EgressEndpointProperty

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

@Stability(Stable) public static interface CfnAsset.EgressEndpointProperty extends software.amazon.jsii.JsiiSerializable
The playback endpoint for a packaging configuration on an asset.

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.mediapackage.*;
 EgressEndpointProperty egressEndpointProperty = EgressEndpointProperty.builder()
         .packagingConfigurationId("packagingConfigurationId")
         .url("url")
         .build();
 

See Also: