Show / Hide Table of Contents

Interface CfnGateway.IGreengrassProperty

Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGateway.IGreengrassProperty
Syntax (vb)
Public Interface CfnGateway.IGreengrassProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrass.html

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.IoTSiteWise;

             var greengrassProperty = new GreengrassProperty {
                 GroupArn = "groupArn"
             };

Synopsis

Properties

GroupArn

Properties

GroupArn

string GroupArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrass.html#cfn-iotsitewise-gateway-greengrass-grouparn

Back to top Generated by DocFX