Interface CfnRecordingConfiguration.S3DestinationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRecordingConfiguration.S3DestinationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRecordingConfiguration
@Stability(Stable)
public static interface CfnRecordingConfiguration.S3DestinationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The S3DestinationConfiguration 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.*;
S3DestinationConfigurationProperty s3DestinationConfigurationProperty = S3DestinationConfigurationProperty.builder()
.bucketName("bucketName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRecordingConfiguration.S3DestinationConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Location (S3 bucket name) where recorded videos will be stored.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
Location (S3 bucket name) where recorded videos will be stored.- See Also:
-
builder
@Stability(Stable) static CfnRecordingConfiguration.S3DestinationConfigurationProperty.Builder builder()
-