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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnConnectorDefinition.ConnectorProperty
CfnConnectorDefinition.ConnectorProperty.Builder, CfnConnectorDefinition.ConnectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorDefinition.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 used by the connector.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 theCfnConnectorDefinition.ConnectorProperty.Builder.
-
-
Method Details
-
getConnectorArn
Description copied from interface:CfnConnectorDefinition.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 interfaceCfnConnectorDefinition.ConnectorProperty
-
getId
Description copied from interface:CfnConnectorDefinition.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 interfaceCfnConnectorDefinition.ConnectorProperty
-
getParameters
Description copied from interface:CfnConnectorDefinition.ConnectorPropertyThe parameters or configuration used by the connector.For more information about connectors provided by AWS , see Greengrass Connectors Provided by AWS .
- Specified by:
getParametersin interfaceCfnConnectorDefinition.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()
-