Show / Hide Table of Contents

Class CfnGroupVersion

The AWS::Greengrass::GroupVersion resource represents a group version in AWS IoT Greengrass .

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnGroupVersion
Implements
IInspectable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.Greengrass
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGroupVersion : CfnResource, IInspectable
Syntax (vb)
Public Class CfnGroupVersion Inherits CfnResource Implements IInspectable
Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

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.AWS.Greengrass;

             var cfnGroupVersion = new CfnGroupVersion(this, "MyCfnGroupVersion", new CfnGroupVersionProps {
                 GroupId = "groupId",

                 // the properties below are optional
                 ConnectorDefinitionVersionArn = "connectorDefinitionVersionArn",
                 CoreDefinitionVersionArn = "coreDefinitionVersionArn",
                 DeviceDefinitionVersionArn = "deviceDefinitionVersionArn",
                 FunctionDefinitionVersionArn = "functionDefinitionVersionArn",
                 LoggerDefinitionVersionArn = "loggerDefinitionVersionArn",
                 ResourceDefinitionVersionArn = "resourceDefinitionVersionArn",
                 SubscriptionDefinitionVersionArn = "subscriptionDefinitionVersionArn"
             });

Synopsis

Constructors

CfnGroupVersion(Construct, string, ICfnGroupVersionProps)

The AWS::Greengrass::GroupVersion resource represents a group version in AWS IoT Greengrass .

Properties

AttrId

The AWS::Greengrass::GroupVersion resource represents a group version in AWS IoT Greengrass .

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

The AWS::Greengrass::GroupVersion resource represents a group version in AWS IoT Greengrass .

ConnectorDefinitionVersionArn

The Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.

CoreDefinitionVersionArn

The ARN of the core definition version that contains the core you want to deploy with the group version.

DeviceDefinitionVersionArn

The ARN of the device definition version that contains the devices you want to deploy with the group version.

FunctionDefinitionVersionArn

The ARN of the function definition version that contains the functions you want to deploy with the group version.

GroupId

The ID of the group associated with this version.

LoggerDefinitionVersionArn

The ARN of the logger definition version that contains the loggers you want to deploy with the group version.

ResourceDefinitionVersionArn

The ARN of the resource definition version that contains the resources you want to deploy with the group version.

SubscriptionDefinitionVersionArn

The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<string, object>)

The AWS::Greengrass::GroupVersion resource represents a group version in AWS IoT Greengrass .

Constructors

CfnGroupVersion(Construct, string, ICfnGroupVersionProps)

The AWS::Greengrass::GroupVersion resource represents a group version in AWS IoT Greengrass .

public CfnGroupVersion(Construct scope, string id, ICfnGroupVersionProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnGroupVersionProps

Resource properties.

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

Properties

AttrId

The AWS::Greengrass::GroupVersion resource represents a group version in AWS IoT Greengrass .

public virtual string AttrId { get; }
Property Value

string

Remarks

CloudformationAttribute: Id

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

CfnProperties

The AWS::Greengrass::GroupVersion resource represents a group version in AWS IoT Greengrass .

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

ConnectorDefinitionVersionArn

The Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.

public virtual string? ConnectorDefinitionVersionArn { get; set; }
Property Value

string

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

CoreDefinitionVersionArn

The ARN of the core definition version that contains the core you want to deploy with the group version.

public virtual string? CoreDefinitionVersionArn { get; set; }
Property Value

string

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

DeviceDefinitionVersionArn

The ARN of the device definition version that contains the devices you want to deploy with the group version.

public virtual string? DeviceDefinitionVersionArn { get; set; }
Property Value

string

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

FunctionDefinitionVersionArn

The ARN of the function definition version that contains the functions you want to deploy with the group version.

public virtual string? FunctionDefinitionVersionArn { get; set; }
Property Value

string

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

GroupId

The ID of the group associated with this version.

public virtual string GroupId { get; set; }
Property Value

string

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

LoggerDefinitionVersionArn

The ARN of the logger definition version that contains the loggers you want to deploy with the group version.

public virtual string? LoggerDefinitionVersionArn { get; set; }
Property Value

string

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

ResourceDefinitionVersionArn

The ARN of the resource definition version that contains the resources you want to deploy with the group version.

public virtual string? ResourceDefinitionVersionArn { get; set; }
Property Value

string

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

SubscriptionDefinitionVersionArn

The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.

public virtual string? SubscriptionDefinitionVersionArn { get; set; }
Property Value

string

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

The AWS::Greengrass::GroupVersion resource represents a group version in AWS IoT Greengrass .

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

A group version references a core definition version, device definition version, subscription definition version, and other version types that contain the components you want to deploy to a Greengrass core device. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.

To create a group version, you must specify the ID of the group that you want to associate with the version. For information about creating a group, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html"><code>AWS::Greengrass::Group</code></a> .

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

CloudformationResource: AWS::Greengrass::GroupVersion

ExampleMetadata: fixture=_generated

Implements

IInspectable
Back to top Generated by DocFX