Class CfnMetricAttributionPropsMixin.MetricsOutputConfigProperty
The output configuration details for the metric attribution.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Personalize
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMetricAttributionPropsMixin.MetricsOutputConfigProperty : CfnMetricAttributionPropsMixin.IMetricsOutputConfigProperty
Syntax (vb)
Public Class CfnMetricAttributionPropsMixin.MetricsOutputConfigProperty Implements CfnMetricAttributionPropsMixin.IMetricsOutputConfigProperty
Remarks
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.CfnPropertyMixins.AWS.Personalize;
var metricsOutputConfigProperty = new MetricsOutputConfigProperty {
RoleArn = "roleArn",
S3DataDestination = new S3DataDestinationProperty {
KmsKeyArn = "kmsKeyArn",
Path = "path"
}
};
Synopsis
Constructors
| MetricsOutputConfigProperty() | The output configuration details for the metric attribution. |
Properties
| RoleArn | The ARN of the IAM role for the metric attribution. |
| S3DataDestination | The configuration details of an Amazon S3 output bucket. |
Constructors
MetricsOutputConfigProperty()
The output configuration details for the metric attribution.
public MetricsOutputConfigProperty()
Remarks
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.CfnPropertyMixins.AWS.Personalize;
var metricsOutputConfigProperty = new MetricsOutputConfigProperty {
RoleArn = "roleArn",
S3DataDestination = new S3DataDestinationProperty {
KmsKeyArn = "kmsKeyArn",
Path = "path"
}
};
Properties
RoleArn
The ARN of the IAM role for the metric attribution.
public string? RoleArn { get; set; }
Property Value
Remarks
S3DataDestination
The configuration details of an Amazon S3 output bucket.
public object? S3DataDestination { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnMetricAttributionPropsMixin.IS3DataDestinationProperty