Class CfnStorageConfiguration.S3StorageConfigurationProperty
The S3StorageConfiguration property type describes an S3 location where recorded videos will be stored.
Inherited Members
Namespace: Amazon.CDK.AWS.Ivs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStorageConfiguration.S3StorageConfigurationProperty : CfnStorageConfiguration.IS3StorageConfigurationProperty
Syntax (vb)
Public Class CfnStorageConfiguration.S3StorageConfigurationProperty Implements CfnStorageConfiguration.IS3StorageConfigurationProperty
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.AWS.Ivs;
var s3StorageConfigurationProperty = new S3StorageConfigurationProperty {
BucketName = "bucketName"
};
Synopsis
Constructors
| S3StorageConfigurationProperty() | The S3StorageConfiguration property type describes an S3 location where recorded videos will be stored. |
Properties
| BucketName | Name of the S3 bucket where recorded video will be stored. |
Constructors
S3StorageConfigurationProperty()
The S3StorageConfiguration property type describes an S3 location where recorded videos will be stored.
public S3StorageConfigurationProperty()
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.AWS.Ivs;
var s3StorageConfigurationProperty = new S3StorageConfigurationProperty {
BucketName = "bucketName"
};
Properties
BucketName
Name of the S3 bucket where recorded video will be stored.
public string BucketName { get; set; }