Class CfnMediaPipelineKinesisVideoStreamPool
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.chime.CfnMediaPipelineKinesisVideoStreamPool
- All Implemented Interfaces:
IInspectable,IMediaPipelineKinesisVideoStreamPoolRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-10T17:51:40.580Z")
@Stability(Stable)
public class CfnMediaPipelineKinesisVideoStreamPool
extends CfnResource
implements IInspectable, IMediaPipelineKinesisVideoStreamPoolRef, ITaggableV2
Resource Type definition for an Amazon Chime SDK Media Pipeline Kinesis Video Stream Pool.
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.chime.*;
CfnMediaPipelineKinesisVideoStreamPool cfnMediaPipelineKinesisVideoStreamPool = CfnMediaPipelineKinesisVideoStreamPool.Builder.create(this, "MyCfnMediaPipelineKinesisVideoStreamPool")
.poolName("poolName")
.streamConfiguration(StreamConfigurationProperty.builder()
.region("region")
// the properties below are optional
.dataRetentionInHours(123)
.build())
// the properties below are optional
.tags(List.of(TagsItemsProperty.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnMediaPipelineKinesisVideoStreamPool.static interfaceThe configuration settings for the Kinesis video stream.static interfaceExample:Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.chime.IMediaPipelineKinesisVideoStreamPoolRef
IMediaPipelineKinesisVideoStreamPoolRef.Jsii$Default, IMediaPipelineKinesisVideoStreamPoolRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnMediaPipelineKinesisVideoStreamPool(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnMediaPipelineKinesisVideoStreamPool(software.amazon.jsii.JsiiObjectRef objRef) CfnMediaPipelineKinesisVideoStreamPool(software.constructs.Construct scope, String id, CfnMediaPipelineKinesisVideoStreamPoolProps props) Create a newAWS::Chime::MediaPipelineKinesisVideoStreamPool. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringThe ARN of the Kinesis Video Stream Pool.The time at which the Kinesis Video Stream Pool was created.The unique identifier of the Kinesis Video Stream Pool.The status of the Kinesis Video Stream Pool.The time at which the Kinesis Video Stream Pool was last updated.Tag Manager which manages the tags for this resource.A reference to a MediaPipelineKinesisVideoStreamPool resource.The name of the Kinesis Video Stream Pool.The configuration settings for the Kinesis video stream.getTags()The tags associated with the Kinesis Video Stream Pool.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnMediaPipelineKinesisVideoStreamPool.renderProperties(Map<String, Object> props) voidsetPoolName(String value) The name of the Kinesis Video Stream Pool.voidThe configuration settings for the Kinesis video stream.voidThe configuration settings for the Kinesis video stream.voidThe tags associated with the Kinesis Video Stream Pool.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, addResourceDependency, addResourceDependency, applyCrossStackReferenceStrength, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, removeDependency, removeResourceDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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
-
CfnMediaPipelineKinesisVideoStreamPool
protected CfnMediaPipelineKinesisVideoStreamPool(software.amazon.jsii.JsiiObjectRef objRef) -
CfnMediaPipelineKinesisVideoStreamPool
protected CfnMediaPipelineKinesisVideoStreamPool(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnMediaPipelineKinesisVideoStreamPool
@Stability(Stable) public CfnMediaPipelineKinesisVideoStreamPool(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnMediaPipelineKinesisVideoStreamPoolProps props) Create a newAWS::Chime::MediaPipelineKinesisVideoStreamPool.- 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
-
arnForMediaPipelineKinesisVideoStreamPool
@Stability(Stable) @NotNull public static String arnForMediaPipelineKinesisVideoStreamPool(@NotNull IMediaPipelineKinesisVideoStreamPoolRef resource) - Parameters:
resource- This parameter is required.
-
isCfnMediaPipelineKinesisVideoStreamPool
@Stability(Stable) @NotNull public static Boolean isCfnMediaPipelineKinesisVideoStreamPool(@NotNull Object x) Checks whether the given object is a CfnMediaPipelineKinesisVideoStreamPool.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin 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:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The ARN of the Kinesis Video Stream Pool. -
getAttrCreatedTimestamp
The time at which the Kinesis Video Stream Pool was created. -
getAttrPoolId
The unique identifier of the Kinesis Video Stream Pool. -
getAttrPoolStatus
The status of the Kinesis Video Stream Pool. -
getAttrUpdatedTimestamp
The time at which the Kinesis Video Stream Pool was last updated. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getMediaPipelineKinesisVideoStreamPoolRef
@Stability(Stable) @NotNull public MediaPipelineKinesisVideoStreamPoolReference getMediaPipelineKinesisVideoStreamPoolRef()A reference to a MediaPipelineKinesisVideoStreamPool resource.- Specified by:
getMediaPipelineKinesisVideoStreamPoolRefin interfaceIMediaPipelineKinesisVideoStreamPoolRef
-
getPoolName
The name of the Kinesis Video Stream Pool. -
setPoolName
The name of the Kinesis Video Stream Pool. -
getStreamConfiguration
The configuration settings for the Kinesis video stream.Returns union: either
IResolvableorCfnMediaPipelineKinesisVideoStreamPool.StreamConfigurationProperty -
setStreamConfiguration
The configuration settings for the Kinesis video stream. -
setStreamConfiguration
@Stability(Stable) public void setStreamConfiguration(@NotNull CfnMediaPipelineKinesisVideoStreamPool.StreamConfigurationProperty value) The configuration settings for the Kinesis video stream. -
getTags
@Stability(Stable) @Nullable public List<CfnMediaPipelineKinesisVideoStreamPool.TagsItemsProperty> getTags()The tags associated with the Kinesis Video Stream Pool. -
setTags
@Stability(Stable) public void setTags(@Nullable List<CfnMediaPipelineKinesisVideoStreamPool.TagsItemsProperty> value) The tags associated with the Kinesis Video Stream Pool.
-