interface EnvironmentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_workspacesthinclient.EnvironmentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspacesthinclient#EnvironmentReference |
Java | software.amazon.awscdk.services.workspacesthinclient.EnvironmentReference |
Python | aws_cdk.aws_workspacesthinclient.EnvironmentReference |
TypeScript | aws-cdk-lib » aws_workspacesthinclient » EnvironmentReference |
A reference to a Environment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_workspacesthinclient as workspacesthinclient } from 'aws-cdk-lib';
const environmentReference: workspacesthinclient.EnvironmentReference = {
environmentArn: 'environmentArn',
environmentId: 'environmentId',
};
Properties
| Name | Type | Description |
|---|---|---|
| environment | string | The ARN of the Environment resource. |
| environment | string | The Id of the Environment resource. |
environmentArn
Type:
string
The ARN of the Environment resource.
environmentId
Type:
string
The Id of the Environment resource.

.NET
Go
Java
Python
TypeScript