Class CfnConnectorDefinition
- All Implemented Interfaces:
IInspectable,IConnectorDefinitionRef,IEnvironmentAware,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
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();
- See Also:
-
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.interfaces.greengrass.IConnectorDefinitionRef
IConnectorDefinitionRef.Jsii$Default, IConnectorDefinitionRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnConnectorDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnConnectorDefinition(software.amazon.jsii.JsiiObjectRef objRef) CfnConnectorDefinition(software.constructs.Construct scope, String id, CfnConnectorDefinitionProps props) Create a newAWS::Greengrass::ConnectorDefinition. -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic IConnectorDefinitionReffromConnectorDefinitionArn(software.constructs.Construct scope, String id, String arn) Creates a new IConnectorDefinitionRef from an ARN.static IConnectorDefinitionReffromConnectorDefinitionId(software.constructs.Construct scope, String id, String connectorDefinitionId) Creates a new IConnectorDefinitionRef from a connectorDefinitionId.The 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.A reference to a ConnectorDefinition resource.The connector definition version to include when the connector definition is created.getName()The name of the connector definition.getTags()Tag Manager which manages the tags for this resource.Application-specific metadata to attach to the connector definition.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnConnectorDefinition.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.voidsetTagsRaw(Object value) Application-specific metadata to attach to the connector definition.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods 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.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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 software.constructs.Construct scope, @NotNull String id, @NotNull CfnConnectorDefinitionProps props) Create a newAWS::Greengrass::ConnectorDefinition.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForConnectorDefinition
@Stability(Stable) @NotNull public static String arnForConnectorDefinition(@NotNull IConnectorDefinitionRef resource) - Parameters:
resource- This parameter is required.
-
fromConnectorDefinitionArn
@Stability(Stable) @NotNull public static IConnectorDefinitionRef fromConnectorDefinitionArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String arn) Creates a new IConnectorDefinitionRef from an ARN.- Parameters:
scope- This parameter is required.id- This parameter is required.arn- This parameter is required.
-
fromConnectorDefinitionId
@Stability(Stable) @NotNull public static IConnectorDefinitionRef fromConnectorDefinitionId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String connectorDefinitionId) Creates a new IConnectorDefinitionRef from a connectorDefinitionId.- Parameters:
scope- This parameter is required.id- This parameter is required.connectorDefinitionId- This parameter is required.
-
isCfnConnectorDefinition
Checks whether the given object is a CfnConnectorDefinition.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
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
-
getConnectorDefinitionRef
A reference to a ConnectorDefinition resource.- Specified by:
getConnectorDefinitionRefin interfaceIConnectorDefinitionRef
-
getTags
Tag Manager which manages the tags for this resource. -
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.Returns union: either
IResolvableorCfnConnectorDefinition.ConnectorDefinitionVersionProperty -
setInitialVersion
The connector definition version to include when the connector definition is created. -
setInitialVersion
@Stability(Stable) public void setInitialVersion(@Nullable CfnConnectorDefinition.ConnectorDefinitionVersionProperty value) The connector definition version to include when the connector definition is created. -
getTagsRaw
Application-specific metadata to attach to the connector definition. -
setTagsRaw
Application-specific metadata to attach to the connector definition.
-