aws-cdk-lib.aws_iotsitewise.CfnGateway.GatewayPlatformProperty

interface GatewayPlatformProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTSiteWise.CfnGateway.GatewayPlatformProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnGateway_GatewayPlatformProperty
Javasoftware.amazon.awscdk.services.iotsitewise.CfnGateway.GatewayPlatformProperty
Pythonaws_cdk.aws_iotsitewise.CfnGateway.GatewayPlatformProperty
TypeScript aws-cdk-lib » aws_iotsitewise » CfnGateway » GatewayPlatformProperty

Contains a gateway's platform information.

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 gatewayPlatformProperty: iotsitewise.CfnGateway.GatewayPlatformProperty = {
  greengrass: {
    groupArn: 'groupArn',
  },
  greengrassV2: {
    coreDeviceThingName: 'coreDeviceThingName',
  },
};

Properties

NameTypeDescription
greengrass?IResolvable | GreengrassPropertyA gateway that runs on AWS IoT Greengrass .
greengrassV2?IResolvable | GreengrassV2PropertyA gateway that runs on AWS IoT Greengrass V2.

greengrass?

Type: IResolvable | GreengrassProperty (optional)

A gateway that runs on AWS IoT Greengrass .


greengrassV2?

Type: IResolvable | GreengrassV2Property (optional)

A gateway that runs on AWS IoT Greengrass V2.