Gateway Args
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)