Class CfnPreferences.S3BucketProperty
The S3 bucket where RDP connection recordings are stored.
Implements
Inherited Members
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
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
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
Remarks
BucketOwner
The AWS account number that owns the S3 bucket.
public string BucketOwner { get; set; }