interface S3StorageConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IVS.Mixins.CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsivs/mixins#CfnStorageConfigurationPropsMixin_S3StorageConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.ivs.mixins.CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_ivs.mixins.CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ivs » mixins » CfnStorageConfigurationPropsMixin » S3StorageConfigurationProperty |
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 { mixins as ivs_mixins } from '@aws-cdk/mixins-preview/aws-ivs';
const s3StorageConfigurationProperty: ivs_mixins.CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty = {
bucketName: 'bucketName',
};
Properties
| Name | Type | Description |
|---|---|---|
| bucket | string | Name of the S3 bucket where recorded video will be stored. |
bucketName?
Type:
string
(optional)
Name of the S3 bucket where recorded video will be stored.

.NET
Go
Java
Python
TypeScript