Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-recordingdestinations.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 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; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnPreferences.IS3BucketProperty)[]

Back to top Generated by DocFX