Class CfnConnectorDefinitionVersionPropsMixin
The AWS::Greengrass::ConnectorDefinitionVersion resource represents a connector definition version for AWS IoT Greengrass .
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Greengrass
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConnectorDefinitionVersionPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnConnectorDefinitionVersionPropsMixin Inherits Mixin Implements IMixin
Remarks
A connector definition version contains a list of connectors.
To create a connector definition version, you must specify the ID of the connector definition that you want to associate with the version. For information about creating a connector definition, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html"><code>AWS::Greengrass::ConnectorDefinition</code></a> .
After you create a 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 .
CloudformationResource: AWS::Greengrass::ConnectorDefinitionVersion
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Greengrass;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var parameters;
var cfnConnectorDefinitionVersionPropsMixin = new CfnConnectorDefinitionVersionPropsMixin(new CfnConnectorDefinitionVersionMixinProps {
ConnectorDefinitionId = "connectorDefinitionId",
Connectors = new [] { new ConnectorProperty {
ConnectorArn = "connectorArn",
Id = "id",
Parameters = parameters
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnConnectorDefinitionVersionPropsMixin(ICfnConnectorDefinitionVersionMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnConnectorDefinitionVersionPropsMixin(ICfnConnectorDefinitionVersionMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::Greengrass::ConnectorDefinitionVersion.
public CfnConnectorDefinitionVersionPropsMixin(ICfnConnectorDefinitionVersionMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnConnectorDefinitionVersionMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
A connector definition version contains a list of connectors.
To create a connector definition version, you must specify the ID of the connector definition that you want to associate with the version. For information about creating a connector definition, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html"><code>AWS::Greengrass::ConnectorDefinition</code></a> .
After you create a 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 .
CloudformationResource: AWS::Greengrass::ConnectorDefinitionVersion
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
The AWS::Greengrass::ConnectorDefinitionVersion resource represents a connector definition version for AWS IoT Greengrass .
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
A connector definition version contains a list of connectors.
To create a connector definition version, you must specify the ID of the connector definition that you want to associate with the version. For information about creating a connector definition, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html"><code>AWS::Greengrass::ConnectorDefinition</code></a> .
After you create a 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 .
CloudformationResource: AWS::Greengrass::ConnectorDefinitionVersion
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Greengrass;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var parameters;
var cfnConnectorDefinitionVersionPropsMixin = new CfnConnectorDefinitionVersionPropsMixin(new CfnConnectorDefinitionVersionMixinProps {
ConnectorDefinitionId = "connectorDefinitionId",
Connectors = new [] { new ConnectorProperty {
ConnectorArn = "connectorArn",
Id = "id",
Parameters = parameters
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
The AWS::Greengrass::ConnectorDefinitionVersion resource represents a connector definition version for AWS IoT Greengrass .
protected virtual ICfnConnectorDefinitionVersionMixinProps Props { get; }
Property Value
ICfnConnectorDefinitionVersionMixinProps
Remarks
A connector definition version contains a list of connectors.
To create a connector definition version, you must specify the ID of the connector definition that you want to associate with the version. For information about creating a connector definition, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html"><code>AWS::Greengrass::ConnectorDefinition</code></a> .
After you create a 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 .
CloudformationResource: AWS::Greengrass::ConnectorDefinitionVersion
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Greengrass;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var parameters;
var cfnConnectorDefinitionVersionPropsMixin = new CfnConnectorDefinitionVersionPropsMixin(new CfnConnectorDefinitionVersionMixinProps {
ConnectorDefinitionId = "connectorDefinitionId",
Connectors = new [] { new ConnectorProperty {
ConnectorArn = "connectorArn",
Id = "id",
Parameters = parameters
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
The AWS::Greengrass::ConnectorDefinitionVersion resource represents a connector definition version for AWS IoT Greengrass .
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
A connector definition version contains a list of connectors.
To create a connector definition version, you must specify the ID of the connector definition that you want to associate with the version. For information about creating a connector definition, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html"><code>AWS::Greengrass::ConnectorDefinition</code></a> .
After you create a 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 .
CloudformationResource: AWS::Greengrass::ConnectorDefinitionVersion
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Greengrass;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var parameters;
var cfnConnectorDefinitionVersionPropsMixin = new CfnConnectorDefinitionVersionPropsMixin(new CfnConnectorDefinitionVersionMixinProps {
ConnectorDefinitionId = "connectorDefinitionId",
Connectors = new [] { new ConnectorProperty {
ConnectorArn = "connectorArn",
Id = "id",
Parameters = parameters
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
A connector definition version contains a list of connectors.
To create a connector definition version, you must specify the ID of the connector definition that you want to associate with the version. For information about creating a connector definition, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html"><code>AWS::Greengrass::ConnectorDefinition</code></a> .
After you create a 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 .
CloudformationResource: AWS::Greengrass::ConnectorDefinitionVersion
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
A connector definition version contains a list of connectors.
To create a connector definition version, you must specify the ID of the connector definition that you want to associate with the version. For information about creating a connector definition, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html"><code>AWS::Greengrass::ConnectorDefinition</code></a> .
After you create a 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 .
CloudformationResource: AWS::Greengrass::ConnectorDefinitionVersion
Mixin: true
ExampleMetadata: fixture=_generated