Class CfnRecordingConfigurationPropsMixin.S3DestinationConfigurationProperty
The S3DestinationConfiguration property type describes an S3 location where recorded videos will be stored.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.IVS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnRecordingConfigurationPropsMixin.S3DestinationConfigurationProperty : CfnRecordingConfigurationPropsMixin.IS3DestinationConfigurationProperty
Syntax (vb)
Public Class CfnRecordingConfigurationPropsMixin.S3DestinationConfigurationProperty Implements CfnRecordingConfigurationPropsMixin.IS3DestinationConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IVS.Mixins;
var s3DestinationConfigurationProperty = new S3DestinationConfigurationProperty {
BucketName = "bucketName"
};
Synopsis
Constructors
| S3DestinationConfigurationProperty() | The S3DestinationConfiguration property type describes an S3 location where recorded videos will be stored. |
Properties
| BucketName | Location (S3 bucket name) where recorded videos will be stored. |
Constructors
S3DestinationConfigurationProperty()
The S3DestinationConfiguration property type describes an S3 location where recorded videos will be stored.
public S3DestinationConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IVS.Mixins;
var s3DestinationConfigurationProperty = new S3DestinationConfigurationProperty {
BucketName = "bucketName"
};
Properties
BucketName
Location (S3 bucket name) where recorded videos will be stored.
public string? BucketName { get; set; }