Class CfnPreferencesProps
Properties for defining a CfnPreferences.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SSMGuiConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPreferencesProps : ICfnPreferencesProps
Syntax (vb)
Public Class CfnPreferencesProps Implements ICfnPreferencesProps
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 cfnPreferencesProps = new CfnPreferencesProps {
ConnectionRecordingPreferences = new ConnectionRecordingPreferencesProperty {
KmsKeyArn = "kmsKeyArn",
RecordingDestinations = new RecordingDestinationsProperty {
S3Buckets = new [] { new S3BucketProperty {
BucketName = "bucketName",
BucketOwner = "bucketOwner"
} }
}
}
};
Synopsis
Constructors
| CfnPreferencesProps() | Properties for defining a |
Properties
| ConnectionRecordingPreferences | The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region . |
Constructors
CfnPreferencesProps()
Properties for defining a CfnPreferences.
public CfnPreferencesProps()
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 cfnPreferencesProps = new CfnPreferencesProps {
ConnectionRecordingPreferences = new ConnectionRecordingPreferencesProperty {
KmsKeyArn = "kmsKeyArn",
RecordingDestinations = new RecordingDestinationsProperty {
S3Buckets = new [] { new S3BucketProperty {
BucketName = "bucketName",
BucketOwner = "bucketOwner"
} }
}
}
};
Properties
ConnectionRecordingPreferences
The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region .
public object? ConnectionRecordingPreferences { get; set; }
Property Value
Remarks
This includes details such as which S3 bucket recordings are stored in.
Type union: either IResolvable or CfnPreferences.IConnectionRecordingPreferencesProperty