Class CfnPackagingGroup
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.mediapackage.CfnPackagingGroup
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:04.687Z")
@Stability(Stable)
public class CfnPackagingGroup
extends CfnResource
implements IInspectable, ITaggable
Creates a packaging group.
The packaging group holds one or more packaging configurations. When you create an asset, you specify the packaging group associated with the asset. The asset has playback endpoints for each packaging configuration within the group.
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.*; CfnPackagingGroup cfnPackagingGroup = CfnPackagingGroup.Builder.create(this, "MyCfnPackagingGroup") .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();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Parameters for enabling CDN authorization.static final class
A fluent builder forCfnPackagingGroup
.static interface
Sets a custom Amazon CloudWatch log group name for egress logs.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnPackagingGroup
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnPackagingGroup
(software.amazon.jsii.JsiiObjectRef objRef) CfnPackagingGroup
(software.constructs.Construct scope, String id, CfnPackagingGroupProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the packaging group.The URL for the assets in the PackagingGroup.Parameters for CDN authorization.The configuration parameters for egress access logging.getId()
Unique identifier that you assign to the packaging group.getTags()
Tag Manager which manages the tags for this resource.The tags to assign to the packaging group.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setAuthorization
(IResolvable value) Parameters for CDN authorization.void
Parameters for CDN authorization.void
setEgressAccessLogs
(IResolvable value) The configuration parameters for egress access logging.void
The configuration parameters for egress access logging.void
Unique identifier that you assign to the packaging group.void
setTagsRaw
(List<CfnTag> value) The tags to assign to the packaging group.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnPackagingGroup
protected CfnPackagingGroup(software.amazon.jsii.JsiiObjectRef objRef) -
CfnPackagingGroup
protected CfnPackagingGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnPackagingGroup
@Stability(Stable) public CfnPackagingGroup(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnPackagingGroupProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) for the packaging group.You can get this from the response to any request to the packaging group.
-
getAttrDomainName
The URL for the assets in the PackagingGroup. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getId
Unique identifier that you assign to the packaging group. -
setId
Unique identifier that you assign to the packaging group. -
getAuthorization
Parameters for CDN authorization. -
setAuthorization
Parameters for CDN authorization. -
setAuthorization
@Stability(Stable) public void setAuthorization(@Nullable CfnPackagingGroup.AuthorizationProperty value) Parameters for CDN authorization. -
getEgressAccessLogs
The configuration parameters for egress access logging. -
setEgressAccessLogs
The configuration parameters for egress access logging. -
setEgressAccessLogs
@Stability(Stable) public void setEgressAccessLogs(@Nullable CfnPackagingGroup.LogConfigurationProperty value) The configuration parameters for egress access logging. -
getTagsRaw
The tags to assign to the packaging group. -
setTagsRaw
The tags to assign to the packaging group.
-