Show / Hide Table of Contents

Class CfnPreferences.S3BucketProperty

The S3 bucket where RDP connection recordings are stored.

Inheritance
object
CfnPreferences.S3BucketProperty
Implements
CfnPreferences.IS3BucketProperty
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.SSMGuiConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPreferences.S3BucketProperty : CfnPreferences.IS3BucketProperty
Syntax (vb)
Public Class CfnPreferences.S3BucketProperty Implements CfnPreferences.IS3BucketProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-s3bucket.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.SSMGuiConnect;

             var s3BucketProperty = new S3BucketProperty {
                 BucketName = "bucketName",
                 BucketOwner = "bucketOwner"
             };

Synopsis

Constructors

S3BucketProperty()

The S3 bucket where RDP connection recordings are stored.

Properties

BucketName

The name of the S3 bucket where RDP connection recordings are stored.

BucketOwner

The AWS account number that owns the S3 bucket.

Constructors

S3BucketProperty()

The S3 bucket where RDP connection recordings are stored.

public S3BucketProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-s3bucket.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.SSMGuiConnect;

             var s3BucketProperty = new S3BucketProperty {
                 BucketName = "bucketName",
                 BucketOwner = "bucketOwner"
             };

Properties

BucketName

The name of the S3 bucket where RDP connection recordings are stored.

public string BucketName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-s3bucket.html#cfn-ssmguiconnect-preferences-s3bucket-bucketname

BucketOwner

The AWS account number that owns the S3 bucket.

public string BucketOwner { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-s3bucket.html#cfn-ssmguiconnect-preferences-s3bucket-bucketowner

Implements

CfnPreferences.IS3BucketProperty
Back to top Generated by DocFX