We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.iottwinmaker.getComponentType
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource schema for AWS::IoTTwinMaker::ComponentType
Using getComponentType
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getComponentType(args: GetComponentTypeArgs, opts?: InvokeOptions): Promise<GetComponentTypeResult>
function getComponentTypeOutput(args: GetComponentTypeOutputArgs, opts?: InvokeOptions): Output<GetComponentTypeResult>def get_component_type(component_type_id: Optional[str] = None,
                       workspace_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetComponentTypeResult
def get_component_type_output(component_type_id: Optional[pulumi.Input[str]] = None,
                       workspace_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetComponentTypeResult]func LookupComponentType(ctx *Context, args *LookupComponentTypeArgs, opts ...InvokeOption) (*LookupComponentTypeResult, error)
func LookupComponentTypeOutput(ctx *Context, args *LookupComponentTypeOutputArgs, opts ...InvokeOption) LookupComponentTypeResultOutput> Note: This function is named LookupComponentType in the Go SDK.
public static class GetComponentType 
{
    public static Task<GetComponentTypeResult> InvokeAsync(GetComponentTypeArgs args, InvokeOptions? opts = null)
    public static Output<GetComponentTypeResult> Invoke(GetComponentTypeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetComponentTypeResult> getComponentType(GetComponentTypeArgs args, InvokeOptions options)
public static Output<GetComponentTypeResult> getComponentType(GetComponentTypeArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:iottwinmaker:getComponentType
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ComponentType stringId 
- The ID of the component type.
- WorkspaceId string
- The ID of the workspace that contains the component type.
- ComponentType stringId 
- The ID of the component type.
- WorkspaceId string
- The ID of the workspace that contains the component type.
- componentType StringId 
- The ID of the component type.
- workspaceId String
- The ID of the workspace that contains the component type.
- componentType stringId 
- The ID of the component type.
- workspaceId string
- The ID of the workspace that contains the component type.
- component_type_ strid 
- The ID of the component type.
- workspace_id str
- The ID of the workspace that contains the component type.
- componentType StringId 
- The ID of the component type.
- workspaceId String
- The ID of the workspace that contains the component type.
getComponentType Result
The following output properties are available:
- Arn string
- The ARN of the component type.
- CompositeComponent Dictionary<string, Pulumi.Types Aws Native. Io TTwin Maker. Outputs. Component Type Composite Component Type> 
- An map of the composite component types in the component type. Each composite component type's key must be unique to this map.
- CreationDate stringTime 
- The date and time when the component type was created.
- Description string
- The description of the component type.
- ExtendsFrom List<string>
- Specifies the parent component type to extend.
- Functions
Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Outputs. Component Type Function> 
- a Map of functions in the component type. Each function's key must be unique to this map.
- IsAbstract bool
- A Boolean value that specifies whether the component type is abstract.
- IsSchema boolInitialized 
- A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.
- IsSingleton bool
- A Boolean value that specifies whether an entity can have more than one component of this type.
- PropertyDefinitions Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Outputs. Component Type Property Definition> 
- An map of the property definitions in the component type. Each property definition's key must be unique to this map.
- PropertyGroups Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Outputs. Component Type Property Group> 
- An map of the property groups in the component type. Each property group's key must be unique to this map.
- Status
Pulumi.Aws Native. Io TTwin Maker. Outputs. Component Type Status 
- The current status of the component type.
- Dictionary<string, string>
- A map of key-value pairs to associate with a resource.
- UpdateDate stringTime 
- The last date and time when the component type was updated.
- Arn string
- The ARN of the component type.
- CompositeComponent map[string]ComponentTypes Type Composite Component Type 
- An map of the composite component types in the component type. Each composite component type's key must be unique to this map.
- CreationDate stringTime 
- The date and time when the component type was created.
- Description string
- The description of the component type.
- ExtendsFrom []string
- Specifies the parent component type to extend.
- Functions
map[string]ComponentType Function 
- a Map of functions in the component type. Each function's key must be unique to this map.
- IsAbstract bool
- A Boolean value that specifies whether the component type is abstract.
- IsSchema boolInitialized 
- A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.
- IsSingleton bool
- A Boolean value that specifies whether an entity can have more than one component of this type.
- PropertyDefinitions map[string]ComponentType Property Definition 
- An map of the property definitions in the component type. Each property definition's key must be unique to this map.
- PropertyGroups map[string]ComponentType Property Group 
- An map of the property groups in the component type. Each property group's key must be unique to this map.
- Status
ComponentType Status 
- The current status of the component type.
- map[string]string
- A map of key-value pairs to associate with a resource.
- UpdateDate stringTime 
- The last date and time when the component type was updated.
- arn String
- The ARN of the component type.
- compositeComponent Map<String,ComponentTypes Type Composite Component Type> 
- An map of the composite component types in the component type. Each composite component type's key must be unique to this map.
- creationDate StringTime 
- The date and time when the component type was created.
- description String
- The description of the component type.
- extendsFrom List<String>
- Specifies the parent component type to extend.
- functions
Map<String,ComponentType Function> 
- a Map of functions in the component type. Each function's key must be unique to this map.
- isAbstract Boolean
- A Boolean value that specifies whether the component type is abstract.
- isSchema BooleanInitialized 
- A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.
- isSingleton Boolean
- A Boolean value that specifies whether an entity can have more than one component of this type.
- propertyDefinitions Map<String,ComponentType Property Definition> 
- An map of the property definitions in the component type. Each property definition's key must be unique to this map.
- propertyGroups Map<String,ComponentType Property Group> 
- An map of the property groups in the component type. Each property group's key must be unique to this map.
- status
ComponentType Status 
- The current status of the component type.
- Map<String,String>
- A map of key-value pairs to associate with a resource.
- updateDate StringTime 
- The last date and time when the component type was updated.
- arn string
- The ARN of the component type.
- compositeComponent {[key: string]: ComponentTypes Type Composite Component Type} 
- An map of the composite component types in the component type. Each composite component type's key must be unique to this map.
- creationDate stringTime 
- The date and time when the component type was created.
- description string
- The description of the component type.
- extendsFrom string[]
- Specifies the parent component type to extend.
- functions
{[key: string]: ComponentType Function} 
- a Map of functions in the component type. Each function's key must be unique to this map.
- isAbstract boolean
- A Boolean value that specifies whether the component type is abstract.
- isSchema booleanInitialized 
- A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.
- isSingleton boolean
- A Boolean value that specifies whether an entity can have more than one component of this type.
- propertyDefinitions {[key: string]: ComponentType Property Definition} 
- An map of the property definitions in the component type. Each property definition's key must be unique to this map.
- propertyGroups {[key: string]: ComponentType Property Group} 
- An map of the property groups in the component type. Each property group's key must be unique to this map.
- status
ComponentType Status 
- The current status of the component type.
- {[key: string]: string}
- A map of key-value pairs to associate with a resource.
- updateDate stringTime 
- The last date and time when the component type was updated.
- arn str
- The ARN of the component type.
- composite_component_ Mapping[str, Componenttypes Type Composite Component Type] 
- An map of the composite component types in the component type. Each composite component type's key must be unique to this map.
- creation_date_ strtime 
- The date and time when the component type was created.
- description str
- The description of the component type.
- extends_from Sequence[str]
- Specifies the parent component type to extend.
- functions
Mapping[str, ComponentType Function] 
- a Map of functions in the component type. Each function's key must be unique to this map.
- is_abstract bool
- A Boolean value that specifies whether the component type is abstract.
- is_schema_ boolinitialized 
- A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.
- is_singleton bool
- A Boolean value that specifies whether an entity can have more than one component of this type.
- property_definitions Mapping[str, ComponentType Property Definition] 
- An map of the property definitions in the component type. Each property definition's key must be unique to this map.
- property_groups Mapping[str, ComponentType Property Group] 
- An map of the property groups in the component type. Each property group's key must be unique to this map.
- status
ComponentType Status 
- The current status of the component type.
- Mapping[str, str]
- A map of key-value pairs to associate with a resource.
- update_date_ strtime 
- The last date and time when the component type was updated.
- arn String
- The ARN of the component type.
- compositeComponent Map<Property Map>Types 
- An map of the composite component types in the component type. Each composite component type's key must be unique to this map.
- creationDate StringTime 
- The date and time when the component type was created.
- description String
- The description of the component type.
- extendsFrom List<String>
- Specifies the parent component type to extend.
- functions Map<Property Map>
- a Map of functions in the component type. Each function's key must be unique to this map.
- isAbstract Boolean
- A Boolean value that specifies whether the component type is abstract.
- isSchema BooleanInitialized 
- A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.
- isSingleton Boolean
- A Boolean value that specifies whether an entity can have more than one component of this type.
- propertyDefinitions Map<Property Map>
- An map of the property definitions in the component type. Each property definition's key must be unique to this map.
- propertyGroups Map<Property Map>
- An map of the property groups in the component type. Each property group's key must be unique to this map.
- status Property Map
- The current status of the component type.
- Map<String>
- A map of key-value pairs to associate with a resource.
- updateDate StringTime 
- The last date and time when the component type was updated.
Supporting Types
ComponentTypeCompositeComponentType    
- ComponentType stringId 
- The id of the composite component type.
- ComponentType stringId 
- The id of the composite component type.
- componentType StringId 
- The id of the composite component type.
- componentType stringId 
- The id of the composite component type.
- component_type_ strid 
- The id of the composite component type.
- componentType StringId 
- The id of the composite component type.
ComponentTypeDataConnector   
- IsNative bool
- A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
- Lambda
Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Lambda Function 
- The Lambda function associated with this data connector.
- IsNative bool
- A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
- Lambda
ComponentType Lambda Function 
- The Lambda function associated with this data connector.
- isNative Boolean
- A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
- lambda
ComponentType Lambda Function 
- The Lambda function associated with this data connector.
- isNative boolean
- A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
- lambda
ComponentType Lambda Function 
- The Lambda function associated with this data connector.
- is_native bool
- A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
- lambda_
ComponentType Lambda Function 
- The Lambda function associated with this data connector.
- isNative Boolean
- A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
- lambda Property Map
- The Lambda function associated with this data connector.
ComponentTypeDataType   
- Type
Pulumi.Aws Native. Io TTwin Maker. Component Type Data Type Type 
- The underlying type of the data type.
- AllowedValues List<Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Data Value> 
- The allowed values for this data type.
- NestedType Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Data Type 
- The nested type in the data type.
- Relationship
Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Relationship 
- A relationship that associates a component with another component.
- UnitOf stringMeasure 
- The unit of measure used in this data type.
- Type
ComponentType Data Type Type 
- The underlying type of the data type.
- AllowedValues []ComponentType Data Value 
- The allowed values for this data type.
- NestedType ComponentType Data Type 
- The nested type in the data type.
- Relationship
ComponentType Relationship 
- A relationship that associates a component with another component.
- UnitOf stringMeasure 
- The unit of measure used in this data type.
- type
ComponentType Data Type Type 
- The underlying type of the data type.
- allowedValues List<ComponentType Data Value> 
- The allowed values for this data type.
- nestedType ComponentType Data Type 
- The nested type in the data type.
- relationship
ComponentType Relationship 
- A relationship that associates a component with another component.
- unitOf StringMeasure 
- The unit of measure used in this data type.
- type
ComponentType Data Type Type 
- The underlying type of the data type.
- allowedValues ComponentType Data Value[] 
- The allowed values for this data type.
- nestedType ComponentType Data Type 
- The nested type in the data type.
- relationship
ComponentType Relationship 
- A relationship that associates a component with another component.
- unitOf stringMeasure 
- The unit of measure used in this data type.
- type
ComponentType Data Type Type 
- The underlying type of the data type.
- allowed_values Sequence[ComponentType Data Value] 
- The allowed values for this data type.
- nested_type ComponentType Data Type 
- The nested type in the data type.
- relationship
ComponentType Relationship 
- A relationship that associates a component with another component.
- unit_of_ strmeasure 
- The unit of measure used in this data type.
- type "RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP"
- The underlying type of the data type.
- allowedValues List<Property Map>
- The allowed values for this data type.
- nestedType Property Map
- The nested type in the data type.
- relationship Property Map
- A relationship that associates a component with another component.
- unitOf StringMeasure 
- The unit of measure used in this data type.
ComponentTypeDataTypeType    
ComponentTypeDataValue   
- BooleanValue bool
- A Boolean value.
- DoubleValue double
- A double value.
- Expression string
- An expression that produces the value.
- IntegerValue int
- An integer value.
- ListValue List<Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Data Value> 
- A list of multiple values.
- LongValue double
- A long value.
- MapValue Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Data Value> 
- An object that maps strings to multiple DataValue objects.
- RelationshipValue Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Data Value Relationship Value Properties 
- A value that relates a component to another component.
- StringValue string
- A string value.
- BooleanValue bool
- A Boolean value.
- DoubleValue float64
- A double value.
- Expression string
- An expression that produces the value.
- IntegerValue int
- An integer value.
- ListValue []ComponentType Data Value 
- A list of multiple values.
- LongValue float64
- A long value.
- MapValue map[string]ComponentType Data Value 
- An object that maps strings to multiple DataValue objects.
- RelationshipValue ComponentType Data Value Relationship Value Properties 
- A value that relates a component to another component.
- StringValue string
- A string value.
- booleanValue Boolean
- A Boolean value.
- doubleValue Double
- A double value.
- expression String
- An expression that produces the value.
- integerValue Integer
- An integer value.
- listValue List<ComponentType Data Value> 
- A list of multiple values.
- longValue Double
- A long value.
- mapValue Map<String,ComponentType Data Value> 
- An object that maps strings to multiple DataValue objects.
- relationshipValue ComponentType Data Value Relationship Value Properties 
- A value that relates a component to another component.
- stringValue String
- A string value.
- booleanValue boolean
- A Boolean value.
- doubleValue number
- A double value.
- expression string
- An expression that produces the value.
- integerValue number
- An integer value.
- listValue ComponentType Data Value[] 
- A list of multiple values.
- longValue number
- A long value.
- mapValue {[key: string]: ComponentType Data Value} 
- An object that maps strings to multiple DataValue objects.
- relationshipValue ComponentType Data Value Relationship Value Properties 
- A value that relates a component to another component.
- stringValue string
- A string value.
- boolean_value bool
- A Boolean value.
- double_value float
- A double value.
- expression str
- An expression that produces the value.
- integer_value int
- An integer value.
- list_value Sequence[ComponentType Data Value] 
- A list of multiple values.
- long_value float
- A long value.
- map_value Mapping[str, ComponentType Data Value] 
- An object that maps strings to multiple DataValue objects.
- relationship_value ComponentType Data Value Relationship Value Properties 
- A value that relates a component to another component.
- string_value str
- A string value.
- booleanValue Boolean
- A Boolean value.
- doubleValue Number
- A double value.
- expression String
- An expression that produces the value.
- integerValue Number
- An integer value.
- listValue List<Property Map>
- A list of multiple values.
- longValue Number
- A long value.
- mapValue Map<Property Map>
- An object that maps strings to multiple DataValue objects.
- relationshipValue Property Map
- A value that relates a component to another component.
- stringValue String
- A string value.
ComponentTypeDataValueRelationshipValueProperties      
- TargetComponent stringName 
- TargetEntity stringId 
- TargetComponent stringName 
- TargetEntity stringId 
- targetComponent StringName 
- targetEntity StringId 
- targetComponent stringName 
- targetEntity stringId 
- targetComponent StringName 
- targetEntity StringId 
ComponentTypeFunction  
- ImplementedBy Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Data Connector 
- The data connector.
- RequiredProperties List<string>
- The required properties of the function.
- Scope
Pulumi.Aws Native. Io TTwin Maker. Component Type Function Scope 
- The scope of the function.
- ImplementedBy ComponentType Data Connector 
- The data connector.
- RequiredProperties []string
- The required properties of the function.
- Scope
ComponentType Function Scope 
- The scope of the function.
- implementedBy ComponentType Data Connector 
- The data connector.
- requiredProperties List<String>
- The required properties of the function.
- scope
ComponentType Function Scope 
- The scope of the function.
- implementedBy ComponentType Data Connector 
- The data connector.
- requiredProperties string[]
- The required properties of the function.
- scope
ComponentType Function Scope 
- The scope of the function.
- implemented_by ComponentType Data Connector 
- The data connector.
- required_properties Sequence[str]
- The required properties of the function.
- scope
ComponentType Function Scope 
- The scope of the function.
- implementedBy Property Map
- The data connector.
- requiredProperties List<String>
- The required properties of the function.
- scope "ENTITY" | "WORKSPACE"
- The scope of the function.
ComponentTypeFunctionScope   
ComponentTypeLambdaFunction   
- Arn string
- Arn string
- arn String
- arn string
- arn str
- arn String
ComponentTypePropertyDefinition   
- Configurations Dictionary<string, string>
- An object that specifies information about a property.
- DataType Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Data Type 
- An object that contains information about the data type.
- DefaultValue Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Data Value 
- An object that contains the default value.
- IsExternal boolId 
- A Boolean value that specifies whether the property ID comes from an external data store.
- IsRequired boolIn Entity 
- A Boolean value that specifies whether the property is required.
- IsStored boolExternally 
- A Boolean value that specifies whether the property is stored externally.
- IsTime boolSeries 
- A Boolean value that specifies whether the property consists of time series data.
- Configurations map[string]string
- An object that specifies information about a property.
- DataType ComponentType Data Type 
- An object that contains information about the data type.
- DefaultValue ComponentType Data Value 
- An object that contains the default value.
- IsExternal boolId 
- A Boolean value that specifies whether the property ID comes from an external data store.
- IsRequired boolIn Entity 
- A Boolean value that specifies whether the property is required.
- IsStored boolExternally 
- A Boolean value that specifies whether the property is stored externally.
- IsTime boolSeries 
- A Boolean value that specifies whether the property consists of time series data.
- configurations Map<String,String>
- An object that specifies information about a property.
- dataType ComponentType Data Type 
- An object that contains information about the data type.
- defaultValue ComponentType Data Value 
- An object that contains the default value.
- isExternal BooleanId 
- A Boolean value that specifies whether the property ID comes from an external data store.
- isRequired BooleanIn Entity 
- A Boolean value that specifies whether the property is required.
- isStored BooleanExternally 
- A Boolean value that specifies whether the property is stored externally.
- isTime BooleanSeries 
- A Boolean value that specifies whether the property consists of time series data.
- configurations {[key: string]: string}
- An object that specifies information about a property.
- dataType ComponentType Data Type 
- An object that contains information about the data type.
- defaultValue ComponentType Data Value 
- An object that contains the default value.
- isExternal booleanId 
- A Boolean value that specifies whether the property ID comes from an external data store.
- isRequired booleanIn Entity 
- A Boolean value that specifies whether the property is required.
- isStored booleanExternally 
- A Boolean value that specifies whether the property is stored externally.
- isTime booleanSeries 
- A Boolean value that specifies whether the property consists of time series data.
- configurations Mapping[str, str]
- An object that specifies information about a property.
- data_type ComponentType Data Type 
- An object that contains information about the data type.
- default_value ComponentType Data Value 
- An object that contains the default value.
- is_external_ boolid 
- A Boolean value that specifies whether the property ID comes from an external data store.
- is_required_ boolin_ entity 
- A Boolean value that specifies whether the property is required.
- is_stored_ boolexternally 
- A Boolean value that specifies whether the property is stored externally.
- is_time_ boolseries 
- A Boolean value that specifies whether the property consists of time series data.
- configurations Map<String>
- An object that specifies information about a property.
- dataType Property Map
- An object that contains information about the data type.
- defaultValue Property Map
- An object that contains the default value.
- isExternal BooleanId 
- A Boolean value that specifies whether the property ID comes from an external data store.
- isRequired BooleanIn Entity 
- A Boolean value that specifies whether the property is required.
- isStored BooleanExternally 
- A Boolean value that specifies whether the property is stored externally.
- isTime BooleanSeries 
- A Boolean value that specifies whether the property consists of time series data.
ComponentTypePropertyGroup   
- GroupType Pulumi.Aws Native. Io TTwin Maker. Component Type Property Group Group Type 
- The type of property group.
- PropertyNames List<string>
- The list of property names in the property group.
- GroupType ComponentType Property Group Group Type 
- The type of property group.
- PropertyNames []string
- The list of property names in the property group.
- groupType ComponentType Property Group Group Type 
- The type of property group.
- propertyNames List<String>
- The list of property names in the property group.
- groupType ComponentType Property Group Group Type 
- The type of property group.
- propertyNames string[]
- The list of property names in the property group.
- group_type ComponentType Property Group Group Type 
- The type of property group.
- property_names Sequence[str]
- The list of property names in the property group.
- groupType "TABULAR"
- The type of property group.
- propertyNames List<String>
- The list of property names in the property group.
ComponentTypePropertyGroupGroupType     
ComponentTypeRelationship  
- RelationshipType string
- The type of the relationship.
- TargetComponent stringType Id 
- The ID of the target component type associated with this relationship.
- RelationshipType string
- The type of the relationship.
- TargetComponent stringType Id 
- The ID of the target component type associated with this relationship.
- relationshipType String
- The type of the relationship.
- targetComponent StringType Id 
- The ID of the target component type associated with this relationship.
- relationshipType string
- The type of the relationship.
- targetComponent stringType Id 
- The ID of the target component type associated with this relationship.
- relationship_type str
- The type of the relationship.
- target_component_ strtype_ id 
- The ID of the target component type associated with this relationship.
- relationshipType String
- The type of the relationship.
- targetComponent StringType Id 
- The ID of the target component type associated with this relationship.
ComponentTypeStatus  
- Error
object | Pulumi.Aws Native. Io TTwin Maker. Inputs. Component Type Status Error Properties 
- The component type error.
- State
Pulumi.Aws Native. Io TTwin Maker. Component Type Status State 
- The component type status state.
- Error
interface{} | ComponentType Status Error Properties 
- The component type error.
- State
ComponentType Status State 
- The component type status state.
- error
Object | ComponentType Status Error Properties 
- The component type error.
- state
ComponentType Status State 
- The component type status state.
- error
any | ComponentType Status Error Properties 
- The component type error.
- state
ComponentType Status State 
- The component type status state.
- error
Any | ComponentType Status Error Properties 
- The component type error.
- state
ComponentType Status State 
- The component type status state.
- error Any | Property Map
- The component type error.
- state "CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR"
- The component type status state.
ComponentTypeStatusErrorProperties    
ComponentTypeStatusErrorPropertiesCode     
ComponentTypeStatusState   
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi