Class CfnGatewayMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnGatewayMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayMixinProps
@Stability(Stable)
@Internal
public static final class CfnGatewayMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayMixinProps
An implementation for
CfnGatewayMixinProps-
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.cfnpropertymixins.services.iotsitewise.CfnGatewayMixinProps
CfnGatewayMixinProps.Builder, CfnGatewayMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGatewayMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGatewayMixinProps.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 theCfnGatewayMixinProps.Builder.
-
-
Method Details
-
getGatewayCapabilitySummaries
Description copied from interface:CfnGatewayMixinPropsA 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: '<'eitherIResolvableorCfnGatewayPropsMixin.GatewayCapabilitySummaryProperty>- Specified by:
getGatewayCapabilitySummariesin interfaceCfnGatewayMixinProps- See Also:
-
getGatewayName
Description copied from interface:CfnGatewayMixinPropsA unique name for the gateway.- Specified by:
getGatewayNamein interfaceCfnGatewayMixinProps- See Also:
-
getGatewayPlatform
Description copied from interface:CfnGatewayMixinPropsThe gateway's platform.You can only specify one platform in a gateway.
Returns union: either
IResolvableorCfnGatewayPropsMixin.GatewayPlatformProperty- Specified by:
getGatewayPlatformin interfaceCfnGatewayMixinProps- See Also:
-
getGatewayVersion
Description copied from interface:CfnGatewayMixinPropsThe version of the gateway.A value of
3indicates an MQTT-enabled, V3 gateway, while2indicates a Classic streams, V2 gateway.- Specified by:
getGatewayVersionin interfaceCfnGatewayMixinProps- See Also:
-
getTags
Description copied from interface:CfnGatewayMixinPropsA 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 interfaceCfnGatewayMixinProps- 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()
-