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
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
Remarks
BucketOwner
The AWS account number that owns the S3 bucket.
string BucketOwner { get; }