Show / Hide Table of Contents

Class CfnRecordingConfigurationPropsMixin.S3DestinationConfigurationProperty

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

Inheritance
object
CfnRecordingConfigurationPropsMixin.S3DestinationConfigurationProperty
Implements
CfnRecordingConfigurationPropsMixin.IS3DestinationConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-recordingconfiguration-s3destinationconfiguration.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-recordingconfiguration-s3destinationconfiguration.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.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; }
Property Value

string

Remarks

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

Implements

CfnRecordingConfigurationPropsMixin.IS3DestinationConfigurationProperty
Back to top Generated by DocFX