interface S3StorageConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IVS.CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsivs#CfnStorageConfigurationPropsMixin_S3StorageConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ivs.CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_ivs.CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ivs » 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 { aws_ivs as ivs } from '@aws-cdk/cfn-property-mixins';
const s3StorageConfigurationProperty: ivs.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