Show / Hide Table of Contents

Interface CfnPreferences.IS3BucketProperty

The S3 bucket where RDP connection recordings are stored.

Namespace: Amazon.CDK.AWS.SSMGuiConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPreferences.IS3BucketProperty
Syntax (vb)
Public Interface 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

Properties

BucketName

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

BucketOwner

The AWS account number that owns the S3 bucket.

Properties

BucketName

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

string BucketName { get; }
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.

string BucketOwner { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX