Show / Hide Table of Contents

Class CfnComponentType.CompositeComponentTypeProperty

Specifies the ID of the composite component type.

Inheritance
object
CfnComponentType.CompositeComponentTypeProperty
Implements
CfnComponentType.ICompositeComponentTypeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoTTwinMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnComponentType.CompositeComponentTypeProperty : CfnComponentType.ICompositeComponentTypeProperty
Syntax (vb)
Public Class CfnComponentType.CompositeComponentTypeProperty Implements CfnComponentType.ICompositeComponentTypeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-compositecomponenttype.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 compositeComponentTypeProperty = new CompositeComponentTypeProperty {
                 ComponentTypeId = "componentTypeId"
             };

Synopsis

Constructors

CompositeComponentTypeProperty()

Specifies the ID of the composite component type.

Properties

ComponentTypeId

The ID of the component type.

Constructors

CompositeComponentTypeProperty()

Specifies the ID of the composite component type.

public CompositeComponentTypeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-compositecomponenttype.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 compositeComponentTypeProperty = new CompositeComponentTypeProperty {
                 ComponentTypeId = "componentTypeId"
             };

Properties

ComponentTypeId

The ID of the component type.

public string? ComponentTypeId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-compositecomponenttype.html#cfn-iottwinmaker-componenttype-compositecomponenttype-componenttypeid

Implements

CfnComponentType.ICompositeComponentTypeProperty
Back to top Generated by DocFX