Resource schema for AWS::IoTSiteWise::Gateway
gateway_name
(String) A unique, friendly name for the gateway.gateway_platform
(Attributes) The gateway's platform. You can only specify one platform in a gateway. (see below for nested schema)gateway_capability_summaries
(Attributes List) A list of gateway capability summaries that each contain a namespace and status. (see below for nested schema)tags
(Attributes List) A list of key-value pairs that contain metadata for the gateway. (see below for nested schema)gateway_id
(String) The ID of the gateway device.id
(String) Uniquely identifies the resource.gateway_platform
Optional:
greengrass
(Attributes) A gateway that runs on AWS IoT Greengrass V1. (see below for nested schema)greengrass_v2
(Attributes) A gateway that runs on AWS IoT Greengrass V2. (see below for nested schema)siemens_ie
(Attributes) A gateway that runs on Siemens Industrial Edge. (see below for nested schema)gateway_platform.greengrass
Required:
group_arn
(String) The ARN of the Greengrass group.gateway_platform.greengrass_v2
Required:
core_device_thing_name
(String) The name of the CoreDevice in GreenGrass V2.gateway_platform.siemens_ie
Required:
iot_core_thing_name
(String) The name of the IoT Core Thing.gateway_capability_summaries
Required:
capability_namespace
(String) The namespace of the capability configuration.Optional:
capability_configuration
(String) The JSON document that defines the gateway capability's configuration.tags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_iotsitewise_gateway.example <resource ID>