interface GatewayReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.GatewayReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#GatewayReference |
![]() | software.amazon.awscdk.services.iotsitewise.GatewayReference |
![]() | aws_cdk.aws_iotsitewise.GatewayReference |
![]() | aws-cdk-lib » 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 iotsitewise } from 'aws-cdk-lib';
const gatewayReference: 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.