Interface CfnMetricAttributionPropsMixin.MetricsOutputConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMetricAttributionPropsMixin.MetricsOutputConfigProperty.Jsii$Proxy
- Enclosing class:
CfnMetricAttributionPropsMixin
@Stability(Stable)
public static interface CfnMetricAttributionPropsMixin.MetricsOutputConfigProperty
extends software.amazon.jsii.JsiiSerializable
The output configuration details for the metric attribution.
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.*;
MetricsOutputConfigProperty metricsOutputConfigProperty = MetricsOutputConfigProperty.builder()
.roleArn("roleArn")
.s3DataDestination(S3DataDestinationProperty.builder()
.kmsKeyArn("kmsKeyArn")
.path("path")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMetricAttributionPropsMixin.MetricsOutputConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRoleArn
The ARN of the IAM role for the metric attribution.- See Also:
-
getS3DataDestination
The configuration details of an Amazon S3 output bucket.Returns union: either
IResolvableorCfnMetricAttributionPropsMixin.S3DataDestinationProperty- See Also:
-
builder
@Stability(Stable) static CfnMetricAttributionPropsMixin.MetricsOutputConfigProperty.Builder builder()
-