interface VariableReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.FraudDetector.VariableReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsfrauddetector#VariableReference |
Java | software.amazon.awscdk.interfaces.frauddetector.VariableReference |
Python | aws_cdk.interfaces.aws_frauddetector.VariableReference |
TypeScript | aws-cdk-lib » interfaces » aws_frauddetector » VariableReference |
A reference to a Variable 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 variableReference: interfaces_aws_frauddetector.VariableReference = {
variableArn: 'variableArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| variable | string | The Arn of the Variable resource. |
variableArn
Type:
string
The Arn of the Variable resource.

.NET
Go
Java
Python
TypeScript