interface SimulationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SimSpaceWeaver.SimulationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssimspaceweaver#SimulationReference |
Java | software.amazon.awscdk.interfaces.simspaceweaver.SimulationReference |
Python | aws_cdk.interfaces.aws_simspaceweaver.SimulationReference |
TypeScript | aws-cdk-lib » interfaces » aws_simspaceweaver » SimulationReference |
A reference to a Simulation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_simspaceweaver as interfaces_aws_simspaceweaver } from 'aws-cdk-lib/interfaces';
const simulationReference: interfaces_aws_simspaceweaver.SimulationReference = {
simulationName: 'simulationName',
};
Properties
| Name | Type | Description |
|---|---|---|
| simulation | string | The Name of the Simulation resource. |
simulationName
Type:
string
The Name of the Simulation resource.

.NET
Go
Java
Python
TypeScript