interface S3DestinationConfigurationProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Ivs.CfnRecordingConfiguration.S3DestinationConfigurationProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#CfnRecordingConfiguration_S3DestinationConfigurationProperty | 
  Java | software.amazon.awscdk.services.ivs.CfnRecordingConfiguration.S3DestinationConfigurationProperty | 
  Python | aws_cdk.aws_ivs.CfnRecordingConfiguration.S3DestinationConfigurationProperty | 
  TypeScript  | aws-cdk-lib » aws_ivs » CfnRecordingConfiguration » S3DestinationConfigurationProperty | 
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 { aws_ivs as ivs } from 'aws-cdk-lib';
const s3DestinationConfigurationProperty: ivs.CfnRecordingConfiguration.S3DestinationConfigurationProperty = {
  bucketName: 'bucketName',
};
Properties
| Name | Type | Description | 
|---|---|---|
| bucket | string | Location (S3 bucket name) where recorded videos will be stored. | 
bucketName
Type:
string
Location (S3 bucket name) where recorded videos will be stored.

 .NET
 Go
 Java
 Python
 TypeScript