Interface CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnStorageConfigurationPropsMixin
@Stability(Stable)
public static interface CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The S3StorageConfiguration property type describes an S3 location where recorded videos will be stored.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ivs.*;
S3StorageConfigurationProperty s3StorageConfigurationProperty = S3StorageConfigurationProperty.builder()
.bucketName("bucketName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
Name of the S3 bucket where recorded video will be stored.- See Also:
-
builder
@Stability(Stable) static CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty.Builder builder()
-