GatewayArgs

data class GatewayArgs(val gatewayCapabilitySummaries: Output<List<GatewayCapabilitySummaryArgs>>? = null, val gatewayName: Output<String>? = null, val gatewayPlatform: Output<GatewayPlatformArgs>? = 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, 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
val gatewayName: Output<String>? = null

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
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the gateway.

Functions

Link copied to clipboard
open override fun toJava(): GatewayArgs