Interface CfnPreferencesPropsMixin.S3BucketProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPreferencesPropsMixin.S3BucketProperty.Jsii$Proxy
Enclosing class:
CfnPreferencesPropsMixin

@Stability(Stable) public static interface CfnPreferencesPropsMixin.S3BucketProperty extends software.amazon.jsii.JsiiSerializable
The S3 bucket where RDP connection recordings are stored.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.ssmguiconnect.mixins.*;
 S3BucketProperty s3BucketProperty = S3BucketProperty.builder()
         .bucketName("bucketName")
         .bucketOwner("bucketOwner")
         .build();
 

See Also: