Gateway Args
data class GatewayArgs(val gatewayCapabilitySummaries: Output<List<GatewayCapabilitySummaryArgs>>? = null, val gatewayName: Output<String>? = null, val gatewayPlatform: Output<GatewayPlatformArgs>? = null, val gatewayVersion: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<GatewayArgs>
Resource schema for AWS::IoTSiteWise::Gateway
Constructors
Link copied to clipboard
constructor(gatewayCapabilitySummaries: Output<List<GatewayCapabilitySummaryArgs>>? = null, gatewayName: Output<String>? = null, gatewayPlatform: Output<GatewayPlatformArgs>? = null, gatewayVersion: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
A list of gateway capability summaries that each contain a namespace and status.
Link copied to clipboard
A unique, friendly name for the gateway.
Link copied to clipboard
The gateway's platform. You can only specify one platform in a gateway.
Link copied to clipboard
The version of the gateway you want to create.