Class CfnConnectorDefinition.ConnectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnConnectorDefinition.ConnectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorDefinition.ConnectorProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorDefinition.ConnectorProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorDefinition.ConnectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorDefinition.ConnectorProperty
An implementation for
CfnConnectorDefinition.ConnectorProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnConnectorDefinition.ConnectorProperty
CfnConnectorDefinition.ConnectorProperty.Builder, CfnConnectorDefinition.ConnectorProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnectorDefinition.ConnectorProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of the connector.final String
getId()
A descriptive or arbitrary ID for the connector.final Object
The parameters or configuration used by the connector.final int
hashCode()
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 theCfnConnectorDefinition.ConnectorProperty.Builder
.
-
-
Method Details
-
getConnectorArn
Description copied from interface:CfnConnectorDefinition.ConnectorProperty
The Amazon Resource Name (ARN) of the connector.For more information about connectors provided by AWS , see Greengrass Connectors Provided by AWS .
- Specified by:
getConnectorArn
in interfaceCfnConnectorDefinition.ConnectorProperty
- See Also:
-
getId
Description copied from interface:CfnConnectorDefinition.ConnectorProperty
A descriptive or arbitrary ID for the connector.This value must be unique within the connector definition version. Maximum length is 128 characters with pattern
[a-zA-Z0-9:_-]+
.- Specified by:
getId
in interfaceCfnConnectorDefinition.ConnectorProperty
- See Also:
-
getParameters
Description copied from interface:CfnConnectorDefinition.ConnectorProperty
The parameters or configuration used by the connector.For more information about connectors provided by AWS , see Greengrass Connectors Provided by AWS .
- Specified by:
getParameters
in interfaceCfnConnectorDefinition.ConnectorProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-