Interface CfnStorageConfiguration.S3StorageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageConfiguration.S3StorageConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnStorageConfiguration
@Stability(Stable)
public static interface CfnStorageConfiguration.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.services.ivs.*;
S3StorageConfigurationProperty s3StorageConfigurationProperty = S3StorageConfigurationProperty.builder()
.bucketName("bucketName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStorageConfiguration.S3StorageConfigurationPropertystatic final classAn implementation forCfnStorageConfiguration.S3StorageConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Name of the S3 bucket where recorded video will be stored.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
-