@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:52.008Z")
public interface CfnPackagingGroupProps
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 java.lang.Object |
getAuthorization()
Parameters for CDN authorization.
|
default java.lang.Object |
getEgressAccessLogs()
The configuration parameters for egress access logging.
|
java.lang.String |
getId()
Unique identifier that you assign to the packaging group.
|
default java.util.List<CfnTag> |
getTags()
The tags to assign to the packaging group.
|
java.lang.String getId()
default java.lang.Object getAuthorization()
default java.lang.Object getEgressAccessLogs()
default java.util.List<CfnTag> getTags()
static CfnPackagingGroupProps.Builder builder()
CfnPackagingGroupProps.Builder
of CfnPackagingGroupProps