Class CfnConnectorDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnConnectorDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorDefinitionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConnectorDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnConnectorDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorDefinitionProps
An implementation for
CfnConnectorDefinitionProps-
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.CfnConnectorDefinitionProps
CfnConnectorDefinitionProps.Builder, CfnConnectorDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorDefinitionProps.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 ObjectThe connector definition version to include when the connector definition is created.final StringgetName()The name of the connector definition.final ObjectgetTags()Application-specific metadata to attach to the connector definition.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 theCfnConnectorDefinitionProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnConnectorDefinitionPropsThe name of the connector definition.- Specified by:
getNamein interfaceCfnConnectorDefinitionProps
-
getInitialVersion
Description copied from interface:CfnConnectorDefinitionPropsThe connector definition version to include when the connector definition is created.A connector definition version contains a list of
connectorproperty types.To associate a connector definition version after the connector definition is created, create an
AWS::Greengrass::ConnectorDefinitionVersionresource and specify the ID of this connector definition.- Specified by:
getInitialVersionin interfaceCfnConnectorDefinitionProps
-
getTags
Description copied from interface:CfnConnectorDefinitionPropsApplication-specific metadata to attach to the connector definition.You can use tags in IAM policies to control access to AWS IoT Greengrass resources. You can also use tags to categorize your resources. For more information, see Tagging Your AWS IoT Greengrass Resources in the Developer Guide .
This
Jsonproperty type is processed as a map of key-value pairs. It uses the following format, which is different from mostTagsimplementations in AWS CloudFormation templates."Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }- Specified by:
getTagsin interfaceCfnConnectorDefinitionProps
-
$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()
-