Class CfnStorageConfiguration
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.ivs.CfnStorageConfiguration
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IStorageConfigurationRef,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:12.140Z")
@Stability(Stable)
public class CfnStorageConfiguration
extends CfnResource
implements IInspectable, IStorageConfigurationRef, ITaggableV2
The
AWS::IVS::StorageConfiguration resource specifies an storage configuration.
A storage configuration describes an S3 location where recorded videos will be stored. For more information, see Auto-Record to Amazon S3 (Low-Latency Streaming) in the Amazon IVS Low-Latency Streaming User Guide .
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.ivs.*;
CfnStorageConfiguration cfnStorageConfiguration = CfnStorageConfiguration.Builder.create(this, "MyCfnStorageConfiguration")
.s3(S3StorageConfigurationProperty.builder()
.bucketName("bucketName")
.build())
// the properties below are optional
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnStorageConfiguration.static interfaceThe S3StorageConfiguration property type describes an S3 location where recorded videos will be stored.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.ivs.IStorageConfigurationRef
IStorageConfigurationRef.Jsii$Default, IStorageConfigurationRef.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
ConstructorsModifierConstructorDescriptionprotectedCfnStorageConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnStorageConfiguration(software.amazon.jsii.JsiiObjectRef objRef) CfnStorageConfiguration(software.constructs.Construct scope, String id, CfnStorageConfigurationProps props) Create a newAWS::IVS::StorageConfiguration. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringThe storage-configuration ARN.Tag Manager which manages the tags for this resource.getName()Storage cnfiguration name.getS3()An S3 storage configuration contains information about where recorded video will be stored.A reference to a StorageConfiguration resource.getTags()An array of key-value pairs to apply to this resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnStorageConfiguration.renderProperties(Map<String, Object> props) voidStorage cnfiguration name.voidsetS3(IResolvable value) An S3 storage configuration contains information about where recorded video will be stored.voidAn S3 storage configuration contains information about where recorded video will be stored.voidAn array of key-value pairs to apply to this resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods 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
getNodeMethods 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
-
CfnStorageConfiguration
protected CfnStorageConfiguration(software.amazon.jsii.JsiiObjectRef objRef) -
CfnStorageConfiguration
protected CfnStorageConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnStorageConfiguration
@Stability(Stable) public CfnStorageConfiguration(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnStorageConfigurationProps props) Create a newAWS::IVS::StorageConfiguration.- 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
-
arnForStorageConfiguration
@Stability(Stable) @NotNull public static String arnForStorageConfiguration(@NotNull IStorageConfigurationRef resource) - Parameters:
resource- This parameter is required.
-
isCfnStorageConfiguration
Checks whether the given object is a CfnStorageConfiguration.- 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 storage-configuration ARN.For example:
arn:aws:ivs:us-west-2:123456789012:storage-configuration/abcdABCDefgh -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getStorageConfigurationRef
A reference to a StorageConfiguration resource.- Specified by:
getStorageConfigurationRefin interfaceIStorageConfigurationRef
-
getS3
An S3 storage configuration contains information about where recorded video will be stored.Returns union: either
IResolvableorCfnStorageConfiguration.S3StorageConfigurationProperty -
setS3
An S3 storage configuration contains information about where recorded video will be stored. -
setS3
@Stability(Stable) public void setS3(@NotNull CfnStorageConfiguration.S3StorageConfigurationProperty value) An S3 storage configuration contains information about where recorded video will be stored. -
getName
Storage cnfiguration name. -
setName
Storage cnfiguration name. -
getTags
An array of key-value pairs to apply to this resource. -
setTags
An array of key-value pairs to apply to this resource.
-