NAME
Paws::IoTSiteWise::DescribeGatewayCapabilityConfigurationResponse
ATTRIBUTES
REQUIRED CapabilityConfiguration => Str
The JSON document that defines the gateway capability's configuration. For more information, see Configuring data sources (CLI) (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/configure-sources.html#configure-source-cli) in the AWS IoT SiteWise User Guide.
REQUIRED CapabilityNamespace => Str
The namespace of the gateway capability.
REQUIRED CapabilitySyncStatus => Str
The synchronization status of the capability configuration. The sync status can be one of the following:
IN_SYNC
– The gateway is running the capability configuration.OUT_OF_SYNC
– The gateway hasn't received the capability configuration.SYNC_FAILED
– The gateway rejected the capability configuration.
Valid values are: "IN_SYNC"
, "OUT_OF_SYNC"
, "SYNC_FAILED"
=head2 REQUIRED GatewayId => Str
The ID of the gateway that defines the capability configuration.