Class CfnConnectorDefinition
- All Implemented Interfaces:
IConstruct,IDependable,IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
AWS::Greengrass::ConnectorDefinition.
The AWS::Greengrass::ConnectorDefinition resource represents a connector definition for AWS IoT Greengrass . Connector definitions are used to organize your connector definition versions.
Connector definitions can reference multiple connector definition versions. All connector definition versions must be associated with a connector definition. Each connector definition version can contain one or more connectors.
When you create a connector definition, you can optionally include an initial connector definition version. To associate a connector definition version later, create an
AWS::Greengrass::ConnectorDefinitionVersionresource and specify the ID of this connector definition.After you create the connector definition version that contains the connectors you want to deploy, you must add it to your group version. For more information, see
AWS::Greengrass::Group.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.greengrass.*;
Object parameters;
Object tags;
CfnConnectorDefinition cfnConnectorDefinition = CfnConnectorDefinition.Builder.create(this, "MyCfnConnectorDefinition")
.name("name")
// the properties below are optional
.initialVersion(ConnectorDefinitionVersionProperty.builder()
.connectors(List.of(ConnectorProperty.builder()
.connectorArn("connectorArn")
.id("id")
// the properties below are optional
.parameters(parameters)
.build()))
.build())
.tags(tags)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnConnectorDefinition.static interfaceA connector definition version contains a list of connectors.static interfaceConnectors are modules that provide built-in integration with local infrastructure, device protocols, AWS , and other cloud services.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnConnectorDefinition(Construct scope, String id, CfnConnectorDefinitionProps props) Create a newAWS::Greengrass::ConnectorDefinition.protectedCfnConnectorDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnConnectorDefinition(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of theConnectorDefinition, such asarn:aws:greengrass:us-east-1: :/greengrass/definition/connectors/1234a5b6-78cd-901e-2fgh-3i45j6k178l9.The ID of theConnectorDefinition, such as1234a5b6-78cd-901e-2fgh-3i45j6k178l9.The ARN of the lastConnectorDefinitionVersionthat was added to theConnectorDefinition, such asarn:aws:greengrass:us-east-1: :/greengrass/definition/connectors/1234a5b6-78cd-901e-2fgh-3i45j6k178l9/versions/9876ac30-4bdb-4f9d-95af-b5fdb66be1a2.The name of theConnectorDefinition, such asMyConnectorDefinition.The connector definition version to include when the connector definition is created.getName()The name of the connector definition.getTags()Application-specific metadata to attach to the connector definition.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetInitialVersion(IResolvable value) The connector definition version to include when the connector definition is created.voidThe connector definition version to include when the connector definition is created.voidThe name of the connector definition.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnConnectorDefinition
protected CfnConnectorDefinition(software.amazon.jsii.JsiiObjectRef objRef) -
CfnConnectorDefinition
protected CfnConnectorDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnConnectorDefinition
@Stability(Stable) public CfnConnectorDefinition(@NotNull Construct scope, @NotNull String id, @NotNull CfnConnectorDefinitionProps props) Create a newAWS::Greengrass::ConnectorDefinition.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
props-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of theConnectorDefinition, such asarn:aws:greengrass:us-east-1: :/greengrass/definition/connectors/1234a5b6-78cd-901e-2fgh-3i45j6k178l9. -
getAttrId
The ID of theConnectorDefinition, such as1234a5b6-78cd-901e-2fgh-3i45j6k178l9. -
getAttrLatestVersionArn
The ARN of the lastConnectorDefinitionVersionthat was added to theConnectorDefinition, such asarn:aws:greengrass:us-east-1: :/greengrass/definition/connectors/1234a5b6-78cd-901e-2fgh-3i45j6k178l9/versions/9876ac30-4bdb-4f9d-95af-b5fdb66be1a2. -
getAttrName
The name of theConnectorDefinition, such asMyConnectorDefinition. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
Application-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" } -
getName
The name of the connector definition. -
setName
The name of the connector definition. -
getInitialVersion
The 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. -
setInitialVersion
@Stability(Stable) public void setInitialVersion(@Nullable CfnConnectorDefinition.ConnectorDefinitionVersionProperty value) The 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. -
setInitialVersion
The 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.
-