Class CfnComponentType
Use the AWS::IoTTwinMaker::ComponentType resource to declare a component type.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTTwinMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnComponentType : CfnResource, IInspectable, IComponentTypeRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnComponentType Inherits CfnResource Implements IInspectable, IComponentTypeRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
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;
DataTypeProperty dataTypeProperty_;
DataValueProperty dataValueProperty_;
var relationshipValue;
var cfnComponentType = new CfnComponentType(this, "MyCfnComponentType", new CfnComponentTypeProps {
ComponentTypeId = "componentTypeId",
WorkspaceId = "workspaceId",
// the properties below are optional
CompositeComponentTypes = new Dictionary<string, object> {
{ "compositeComponentTypesKey", new CompositeComponentTypeProperty {
ComponentTypeId = "componentTypeId"
} }
},
Description = "description",
ExtendsFrom = new [] { "extendsFrom" },
Functions = new Dictionary<string, object> {
{ "functionsKey", new FunctionProperty {
ImplementedBy = new DataConnectorProperty {
IsNative = false,
Lambda = new LambdaFunctionProperty {
Arn = "arn"
}
},
RequiredProperties = new [] { "requiredProperties" },
Scope = "scope"
} }
},
IsSingleton = false,
PropertyDefinitions = new Dictionary<string, object> {
{ "propertyDefinitionsKey", new PropertyDefinitionProperty {
Configurations = new Dictionary<string, string> {
{ "configurationsKey", "configurations" }
},
DataType = new DataTypeProperty {
Type = "type",
// the properties below are optional
AllowedValues = new [] { new DataValueProperty {
BooleanValue = false,
DoubleValue = 123,
Expression = "expression",
IntegerValue = 123,
ListValue = new [] { dataValueProperty_ },
LongValue = 123,
MapValue = new Dictionary<string, object> {
{ "mapValueKey", dataValueProperty_ }
},
RelationshipValue = relationshipValue,
StringValue = "stringValue"
} },
NestedType = dataTypeProperty_,
Relationship = new RelationshipProperty {
RelationshipType = "relationshipType",
TargetComponentTypeId = "targetComponentTypeId"
},
UnitOfMeasure = "unitOfMeasure"
},
DefaultValue = new DataValueProperty {
BooleanValue = false,
DoubleValue = 123,
Expression = "expression",
IntegerValue = 123,
ListValue = new [] { dataValueProperty_ },
LongValue = 123,
MapValue = new Dictionary<string, object> {
{ "mapValueKey", dataValueProperty_ }
},
RelationshipValue = relationshipValue,
StringValue = "stringValue"
},
IsExternalId = false,
IsRequiredInEntity = false,
IsStoredExternally = false,
IsTimeSeries = false
} }
},
PropertyGroups = new Dictionary<string, object> {
{ "propertyGroupsKey", new PropertyGroupProperty {
GroupType = "groupType",
PropertyNames = new [] { "propertyNames" }
} }
},
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
| CfnComponentType(Construct, string, ICfnComponentTypeProps) | Create a new |
Properties
| AttrArn | The ARN of the component type. |
| AttrCreationDateTime | The date and time when the component type was created. |
| AttrIsAbstract | A boolean value that specifies whether the component type is abstract. |
| AttrIsSchemaInitialized | A boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run. |
| AttrStatus | Use the |
| AttrStatusError | Use the |
| AttrStatusErrorCode | Use the |
| AttrStatusErrorMessage | Use the |
| AttrStatusState | Use the |
| AttrUpdateDateTime | The component type the update time. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | Use the |
| ComponentTypeId | The ID of the component type. |
| ComponentTypeRef | A reference to a ComponentType resource. |
| CompositeComponentTypes | Maps strings to |
| Description | The description of the component type. |
| ExtendsFrom | The name of the parent component type that this component type extends. |
| Functions | An object that maps strings to the functions in the component type. |
| IsSingleton | A boolean value that specifies whether an entity can have more than one component of this type. |
| PropertyDefinitions | An object that maps strings to the property definitions in the component type. |
| PropertyGroups | An object that maps strings to the property groups in the component type. |
| Tags | Tag Manager which manages the tags for this resource. |
| TagsRaw | The ComponentType tags. |
| WorkspaceId | The ID of the workspace that contains the component type. |
Methods
| ArnForComponentType(IComponentTypeRef) | Use the |
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnComponentType(object) | Checks whether the given object is a CfnComponentType. |
| RenderProperties(IDictionary<string, object>) | Use the |
Constructors
CfnComponentType(Construct, string, ICfnComponentTypeProps)
Create a new AWS::IoTTwinMaker::ComponentType.
public CfnComponentType(Construct scope, string id, ICfnComponentTypeProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnComponentTypeProps
Resource properties.
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
Properties
AttrArn
The ARN of the component type.
public virtual string AttrArn { get; }
Property Value
Remarks
CloudformationAttribute: Arn
AttrCreationDateTime
The date and time when the component type was created.
public virtual string AttrCreationDateTime { get; }
Property Value
Remarks
CloudformationAttribute: CreationDateTime
AttrIsAbstract
A boolean value that specifies whether the component type is abstract.
public virtual IResolvable AttrIsAbstract { get; }
Property Value
Remarks
CloudformationAttribute: IsAbstract
AttrIsSchemaInitialized
A boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.
public virtual IResolvable AttrIsSchemaInitialized { get; }
Property Value
Remarks
CloudformationAttribute: IsSchemaInitialized
AttrStatus
Use the AWS::IoTTwinMaker::ComponentType resource to declare a component type.
public virtual IResolvable AttrStatus { get; }
Property Value
Remarks
CloudformationAttribute: Status
AttrStatusError
Use the AWS::IoTTwinMaker::ComponentType resource to declare a component type.
public virtual IResolvable AttrStatusError { get; }
Property Value
Remarks
CloudformationAttribute: Status.Error
AttrStatusErrorCode
Use the AWS::IoTTwinMaker::ComponentType resource to declare a component type.
public virtual string AttrStatusErrorCode { get; }
Property Value
Remarks
CloudformationAttribute: Status.Error.Code
AttrStatusErrorMessage
Use the AWS::IoTTwinMaker::ComponentType resource to declare a component type.
public virtual string AttrStatusErrorMessage { get; }
Property Value
Remarks
CloudformationAttribute: Status.Error.Message
AttrStatusState
Use the AWS::IoTTwinMaker::ComponentType resource to declare a component type.
public virtual string AttrStatusState { get; }
Property Value
Remarks
CloudformationAttribute: Status.State
AttrUpdateDateTime
The component type the update time.
public virtual string AttrUpdateDateTime { get; }
Property Value
Remarks
CloudformationAttribute: UpdateDateTime
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
CfnProperties
Use the AWS::IoTTwinMaker::ComponentType resource to declare a component type.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
ComponentTypeId
The ID of the component type.
public virtual string ComponentTypeId { get; set; }
Property Value
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
ComponentTypeRef
A reference to a ComponentType resource.
public virtual IComponentTypeReference ComponentTypeRef { get; }
Property Value
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
CompositeComponentTypes
Maps strings to compositeComponentTypes of the componentType .
public virtual object? CompositeComponentTypes { get; set; }
Property Value
Remarks
Type union: either IResolvable or Dictionary<string, either IResolvable or CfnComponentType.ICompositeComponentTypeProperty>
Description
The description of the component type.
public virtual string? Description { get; set; }
Property Value
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
ExtendsFrom
The name of the parent component type that this component type extends.
public virtual string[]? ExtendsFrom { get; set; }
Property Value
string[]
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
Functions
An object that maps strings to the functions in the component type.
public virtual object? Functions { get; set; }
Property Value
Remarks
Type union: either IResolvable or Dictionary<string, either IResolvable or CfnComponentType.IFunctionProperty>
IsSingleton
A boolean value that specifies whether an entity can have more than one component of this type.
public virtual object? IsSingleton { get; set; }
Property Value
Remarks
Type union: either bool or IResolvable
PropertyDefinitions
An object that maps strings to the property definitions in the component type.
public virtual object? PropertyDefinitions { get; set; }
Property Value
Remarks
Type union: either IResolvable or Dictionary<string, either IResolvable or CfnComponentType.IPropertyDefinitionProperty>
PropertyGroups
An object that maps strings to the property groups in the component type.
public virtual object? PropertyGroups { get; set; }
Property Value
Remarks
Type union: either IResolvable or Dictionary<string, either IResolvable or CfnComponentType.IPropertyGroupProperty>
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
TagsRaw
The ComponentType tags.
public virtual IDictionary<string, string>? TagsRaw { get; set; }
Property Value
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
WorkspaceId
The ID of the workspace that contains the component type.
public virtual string WorkspaceId { get; set; }
Property Value
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
Methods
ArnForComponentType(IComponentTypeRef)
Use the AWS::IoTTwinMaker::ComponentType resource to declare a component type.
public static string ArnForComponentType(IComponentTypeRef resource)
Parameters
- resource IComponentTypeRef
Returns
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
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;
DataTypeProperty dataTypeProperty_;
DataValueProperty dataValueProperty_;
var relationshipValue;
var cfnComponentType = new CfnComponentType(this, "MyCfnComponentType", new CfnComponentTypeProps {
ComponentTypeId = "componentTypeId",
WorkspaceId = "workspaceId",
// the properties below are optional
CompositeComponentTypes = new Dictionary<string, object> {
{ "compositeComponentTypesKey", new CompositeComponentTypeProperty {
ComponentTypeId = "componentTypeId"
} }
},
Description = "description",
ExtendsFrom = new [] { "extendsFrom" },
Functions = new Dictionary<string, object> {
{ "functionsKey", new FunctionProperty {
ImplementedBy = new DataConnectorProperty {
IsNative = false,
Lambda = new LambdaFunctionProperty {
Arn = "arn"
}
},
RequiredProperties = new [] { "requiredProperties" },
Scope = "scope"
} }
},
IsSingleton = false,
PropertyDefinitions = new Dictionary<string, object> {
{ "propertyDefinitionsKey", new PropertyDefinitionProperty {
Configurations = new Dictionary<string, string> {
{ "configurationsKey", "configurations" }
},
DataType = new DataTypeProperty {
Type = "type",
// the properties below are optional
AllowedValues = new [] { new DataValueProperty {
BooleanValue = false,
DoubleValue = 123,
Expression = "expression",
IntegerValue = 123,
ListValue = new [] { dataValueProperty_ },
LongValue = 123,
MapValue = new Dictionary<string, object> {
{ "mapValueKey", dataValueProperty_ }
},
RelationshipValue = relationshipValue,
StringValue = "stringValue"
} },
NestedType = dataTypeProperty_,
Relationship = new RelationshipProperty {
RelationshipType = "relationshipType",
TargetComponentTypeId = "targetComponentTypeId"
},
UnitOfMeasure = "unitOfMeasure"
},
DefaultValue = new DataValueProperty {
BooleanValue = false,
DoubleValue = 123,
Expression = "expression",
IntegerValue = 123,
ListValue = new [] { dataValueProperty_ },
LongValue = 123,
MapValue = new Dictionary<string, object> {
{ "mapValueKey", dataValueProperty_ }
},
RelationshipValue = relationshipValue,
StringValue = "stringValue"
},
IsExternalId = false,
IsRequiredInEntity = false,
IsStoredExternally = false,
IsTimeSeries = false
} }
},
PropertyGroups = new Dictionary<string, object> {
{ "propertyGroupsKey", new PropertyGroupProperty {
GroupType = "groupType",
PropertyNames = new [] { "propertyNames" }
} }
},
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
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
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
IsCfnComponentType(object)
Checks whether the given object is a CfnComponentType.
public static bool IsCfnComponentType(object x)
Parameters
- x object
Returns
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Use the AWS::IoTTwinMaker::ComponentType resource to declare a component type.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
CloudformationResource: AWS::IoTTwinMaker::ComponentType
ExampleMetadata: fixture=_generated