Interface CfnLogDeliveryConfiguration.S3ConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLogDeliveryConfiguration.S3ConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLogDeliveryConfiguration
@Stability(Stable)
public static interface CfnLogDeliveryConfiguration.S3ConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for the Amazon S3 bucket destination of user activity log export with threat protection.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
S3ConfigurationProperty s3ConfigurationProperty = S3ConfigurationProperty.builder()
.bucketArn("bucketArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLogDeliveryConfiguration.S3ConfigurationPropertystatic final classAn implementation forCfnLogDeliveryConfiguration.S3ConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketArn
The ARN of an Amazon S3 bucket that's the destination for threat protection log export.- See Also:
-
builder
-