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: