Show / Hide Table of Contents

Class CfnStorageConfiguration.S3StorageConfigurationProperty

The S3StorageConfiguration property type describes an S3 location where recorded videos will be stored.

Inheritance
object
CfnStorageConfiguration.S3StorageConfigurationProperty
Implements
CfnStorageConfiguration.IS3StorageConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-storageconfiguration-s3storageconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-storageconfiguration-s3storageconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-storageconfiguration-s3storageconfiguration.html#cfn-ivs-storageconfiguration-s3storageconfiguration-bucketname

Implements

CfnStorageConfiguration.IS3StorageConfigurationProperty
Back to top Generated by DocFX