Class CfnConnectorDefinitionPropsMixin.ConnectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnConnectorDefinitionPropsMixin.ConnectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorDefinitionPropsMixin.ConnectorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorDefinitionPropsMixin.ConnectorProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorDefinitionPropsMixin.ConnectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorDefinitionPropsMixin.ConnectorProperty
An implementation for
CfnConnectorDefinitionPropsMixin.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.cfnpropertymixins.services.greengrass.CfnConnectorDefinitionPropsMixin.ConnectorProperty
CfnConnectorDefinitionPropsMixin.ConnectorProperty.Builder, CfnConnectorDefinitionPropsMixin.ConnectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorDefinitionPropsMixin.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 theCfnConnectorDefinitionPropsMixin.ConnectorProperty.Builder.
-
-
Method Details
-
getConnectorArn
Description copied from interface:CfnConnectorDefinitionPropsMixin.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 interfaceCfnConnectorDefinitionPropsMixin.ConnectorProperty- See Also:
-
getId
Description copied from interface:CfnConnectorDefinitionPropsMixin.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 interfaceCfnConnectorDefinitionPropsMixin.ConnectorProperty- See Also:
-
getParameters
Description copied from interface:CfnConnectorDefinitionPropsMixin.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 interfaceCfnConnectorDefinitionPropsMixin.ConnectorProperty- 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()
-