Interface CfnPreferences.IRecordingDestinationsProperty
Determines where recordings of RDP connections are stored.
Namespace: Amazon.CDK.AWS.SSMGuiConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPreferences.IRecordingDestinationsProperty
Syntax (vb)
Public Interface CfnPreferences.IRecordingDestinationsProperty
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 recordingDestinationsProperty = new RecordingDestinationsProperty {
S3Buckets = new [] { new S3BucketProperty {
BucketName = "bucketName",
BucketOwner = "bucketOwner"
} }
};
Synopsis
Properties
| S3Buckets | The S3 bucket where RDP connection recordings are stored. |
Properties
S3Buckets
The S3 bucket where RDP connection recordings are stored.
object S3Buckets { get; }