Show / Hide Table of Contents

Class CfnComponentType.PropertyGroupProperty

The property group.

Inheritance
System.Object
CfnComponentType.PropertyGroupProperty
Implements
CfnComponentType.IPropertyGroupProperty
Namespace: Amazon.CDK.AWS.IoTTwinMaker
Assembly: Amazon.CDK.AWS.IoTTwinMaker.dll
Syntax (csharp)
public class PropertyGroupProperty : Object, CfnComponentType.IPropertyGroupProperty
Syntax (vb)
Public Class PropertyGroupProperty
    Inherits Object
    Implements CfnComponentType.IPropertyGroupProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-propertygroup.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.IoTTwinMaker;

var propertyGroupProperty = new PropertyGroupProperty {
    GroupType = "groupType",
    PropertyNames = new [] { "propertyNames" }
};

Synopsis

Constructors

PropertyGroupProperty()

Properties

GroupType

The group type.

PropertyNames

The property names.

Constructors

PropertyGroupProperty()

public PropertyGroupProperty()

Properties

GroupType

The group type.

public string GroupType { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-propertygroup.html#cfn-iottwinmaker-componenttype-propertygroup-grouptype

PropertyNames

The property names.

public string[] PropertyNames { get; set; }
Property Value

System.String[]

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-propertygroup.html#cfn-iottwinmaker-componenttype-propertygroup-propertynames

Implements

CfnComponentType.IPropertyGroupProperty
Back to top Generated by DocFX