interface OutcomeReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.FraudDetector.OutcomeReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsfrauddetector#OutcomeReference |
Java | software.amazon.awscdk.interfaces.frauddetector.OutcomeReference |
Python | aws_cdk.interfaces.aws_frauddetector.OutcomeReference |
TypeScript | aws-cdk-lib » interfaces » aws_frauddetector » OutcomeReference |
A reference to a Outcome resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_frauddetector as interfaces_aws_frauddetector } from 'aws-cdk-lib/interfaces';
const outcomeReference: interfaces_aws_frauddetector.OutcomeReference = {
outcomeArn: 'outcomeArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| outcome | string | The Arn of the Outcome resource. |
outcomeArn
Type:
string
The Arn of the Outcome resource.

.NET
Go
Java
Python
TypeScript