@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.949Z") @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()
Parameters for CDN authorization.
|
default Object |
getEgressAccessLogs()
The configuration parameters for egress access logging.
|
String |
getId()
Unique identifier that you assign to the packaging group.
|
default List<CfnTag> |
getTags()
The tags to assign to the packaging group.
|
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @Nullable default Object getAuthorization()
@Stability(value=Stable) @Nullable default Object getEgressAccessLogs()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnPackagingGroupProps.Builder builder()
CfnPackagingGroupProps.Builder of CfnPackagingGroupPropsCopyright © 2022. All rights reserved.