interface GatewayReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoTSiteWise.GatewayReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiotsitewise#GatewayReference |
Java | software.amazon.awscdk.interfaces.iotsitewise.GatewayReference |
Python | aws_cdk.interfaces.aws_iotsitewise.GatewayReference |
TypeScript | aws-cdk-lib » interfaces » aws_iotsitewise » GatewayReference |
A reference to a Gateway resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as interfaces_iotsitewise } from 'aws-cdk-lib/interfaces';
const gatewayReference: interfaces_iotsitewise.GatewayReference = {
gatewayId: 'gatewayId',
};
Properties
| Name | Type | Description |
|---|---|---|
| gateway | string | The GatewayId of the Gateway resource. |
gatewayId
Type:
string
The GatewayId of the Gateway resource.

.NET
Go
Java
Python
TypeScript