Class CfnGatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayProps
@Stability(Stable)
@Internal
public static final class CfnGatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayProps
An implementation for
CfnGatewayProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnGatewayProps
CfnGatewayProps.Builder, CfnGatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGatewayProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA list of gateway capability summaries that each contain a namespace and status.final StringA unique name for the gateway.final ObjectThe gateway's platform.final StringThe version of the gateway.getTags()A list of key-value pairs that contain metadata for the gateway.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGatewayProps.Builder.
-
-
Method Details
-
getGatewayName
Description copied from interface:CfnGatewayPropsA unique name for the gateway.- Specified by:
getGatewayNamein interfaceCfnGatewayProps- See Also:
-
getGatewayPlatform
Description copied from interface:CfnGatewayPropsThe gateway's platform.You can only specify one platform in a gateway.
Returns union: either
IResolvableorCfnGateway.GatewayPlatformProperty- Specified by:
getGatewayPlatformin interfaceCfnGatewayProps- See Also:
-
getGatewayCapabilitySummaries
Description copied from interface:CfnGatewayPropsA list of gateway capability summaries that each contain a namespace and status.Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGateway.GatewayCapabilitySummaryProperty>- Specified by:
getGatewayCapabilitySummariesin interfaceCfnGatewayProps- See Also:
-
getGatewayVersion
Description copied from interface:CfnGatewayPropsThe version of the gateway.A value of
3indicates an MQTT-enabled, V3 gateway, while2indicates a Classic streams, V2 gateway.- Specified by:
getGatewayVersionin interfaceCfnGatewayProps- See Also:
-
getTags
Description copied from interface:CfnGatewayPropsA list of key-value pairs that contain metadata for the gateway.For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
- Specified by:
getTagsin interfaceCfnGatewayProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-