Class CfnConnectorDefinitionVersion.ConnectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnConnectorDefinitionVersion.ConnectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorDefinitionVersion.ConnectorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConnectorDefinitionVersion.ConnectorProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorDefinitionVersion.ConnectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorDefinitionVersion.ConnectorProperty
An implementation for
CfnConnectorDefinitionVersion.ConnectorProperty-
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.greengrass.CfnConnectorDefinitionVersion.ConnectorProperty
CfnConnectorDefinitionVersion.ConnectorProperty.Builder, CfnConnectorDefinitionVersion.ConnectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorDefinitionVersion.ConnectorProperty.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 StringThe Amazon Resource Name (ARN) of the connector.final StringgetId()A descriptive or arbitrary ID for the connector.final ObjectThe parameters or configuration that the connector uses.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 theCfnConnectorDefinitionVersion.ConnectorProperty.Builder.
-
-
Method Details
-
getConnectorArn
Description copied from interface:CfnConnectorDefinitionVersion.ConnectorPropertyThe Amazon Resource Name (ARN) of the connector.For more information about connectors provided by AWS , see Greengrass Connectors Provided by AWS .
- Specified by:
getConnectorArnin interfaceCfnConnectorDefinitionVersion.ConnectorProperty
-
getId
Description copied from interface:CfnConnectorDefinitionVersion.ConnectorPropertyA 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:
getIdin interfaceCfnConnectorDefinitionVersion.ConnectorProperty
-
getParameters
Description copied from interface:CfnConnectorDefinitionVersion.ConnectorPropertyThe parameters or configuration that the connector uses.For more information about connectors provided by AWS , see Greengrass Connectors Provided by AWS .
- Specified by:
getParametersin interfaceCfnConnectorDefinitionVersion.ConnectorProperty
-
$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()
-