@Stability(value=Stable)
public static interface CfnAsset.EgressEndpointProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAsset.EgressEndpointProperty.Builder
A builder for
CfnAsset.EgressEndpointProperty |
static class |
CfnAsset.EgressEndpointProperty.Jsii$Proxy
An implementation for
CfnAsset.EgressEndpointProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAsset.EgressEndpointProperty.Builder |
builder() |
String |
getPackagingConfigurationId()
The ID of a packaging configuration that's applied to this asset.
|
String |
getUrl()
The URL that's used to request content from this endpoint.
|
@Stability(value=Stable) @NotNull String getPackagingConfigurationId()
@Stability(value=Stable) @NotNull String getUrl()
@Stability(value=Stable) static CfnAsset.EgressEndpointProperty.Builder builder()
Copyright © 2022. All rights reserved.