@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.589Z") @Stability(value=Stable) public interface CfnPackagingGroupProps 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.*;
CfnPackagingGroupProps cfnPackagingGroupProps = CfnPackagingGroupProps.builder()
.id("id")
// the properties below are optional
.authorization(AuthorizationProperty.builder()
.cdnIdentifierSecret("cdnIdentifierSecret")
.secretsRoleArn("secretsRoleArn")
.build())
.egressAccessLogs(LogConfigurationProperty.builder()
.logGroupName("logGroupName")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPackagingGroupProps.Builder
A builder for
CfnPackagingGroupProps |
static class |
CfnPackagingGroupProps.Jsii$Proxy
An implementation for
CfnPackagingGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPackagingGroupProps.Builder |
builder() |
default Object |
getAuthorization()
`AWS::MediaPackage::PackagingGroup.Authorization`.
|
default Object |
getEgressAccessLogs()
`AWS::MediaPackage::PackagingGroup.EgressAccessLogs`.
|
String |
getId()
`AWS::MediaPackage::PackagingGroup.Id`.
|
default List<CfnTag> |
getTags()
`AWS::MediaPackage::PackagingGroup.Tags`.
|
@Stability(value=Stable) @Nullable default Object getAuthorization()
@Stability(value=Stable) @Nullable default Object getEgressAccessLogs()
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnPackagingGroupProps.Builder builder()
CfnPackagingGroupProps.Builder of CfnPackagingGroupPropsCopyright © 2021. All rights reserved.