Show / Hide Table of Contents

Class CfnConnectorDefinitionVersionPropsMixin

The AWS::Greengrass::ConnectorDefinitionVersion resource represents a connector definition version for AWS IoT Greengrass .

Inheritance
object
Mixin
CfnConnectorDefinitionVersionPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html

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 AWS::Greengrass::ConnectorDefinitionVersion.

Properties

CFN_PROPERTY_KEYS

The AWS::Greengrass::ConnectorDefinitionVersion resource represents a connector definition version for AWS IoT Greengrass .

Props

The AWS::Greengrass::ConnectorDefinitionVersion resource represents a connector definition version for AWS IoT Greengrass .

Strategy

The AWS::Greengrass::ConnectorDefinitionVersion resource represents a connector definition version for AWS IoT Greengrass .

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html

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

IMergeStrategy

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html

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
Mixin.ApplyTo(IConstruct)
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html

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

bool

Overrides
Mixin.Supports(IConstruct)
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html

CloudformationResource: AWS::Greengrass::ConnectorDefinitionVersion

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX