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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAsset.EgressEndpointProperty
static final class
An implementation forCfnAsset.EgressEndpointProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPackagingConfigurationId
The ID of a packaging configuration that's applied to this asset.- See Also:
-
getUrl
The URL that's used to request content from this endpoint.- See Also:
-
builder
-