Interface CfnMetricAttributionPropsMixin.S3DataDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMetricAttributionPropsMixin.S3DataDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnMetricAttributionPropsMixin
@Stability(Stable)
public static interface CfnMetricAttributionPropsMixin.S3DataDestinationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration details of an Amazon S3 output bucket.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.personalize.*;
S3DataDestinationProperty s3DataDestinationProperty = S3DataDestinationProperty.builder()
.kmsKeyArn("kmsKeyArn")
.path("path")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMetricAttributionPropsMixin.S3DataDestinationPropertystatic final classAn implementation forCfnMetricAttributionPropsMixin.S3DataDestinationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsKeyArn
The ARN of the KMS key.- See Also:
-
getPath
The file path of the Amazon S3 bucket.- See Also:
-
builder
@Stability(Stable) static CfnMetricAttributionPropsMixin.S3DataDestinationProperty.Builder builder()
-