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.getEntity
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::Entity
Using getEntity
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 getEntity(args: GetEntityArgs, opts?: InvokeOptions): Promise<GetEntityResult>
function getEntityOutput(args: GetEntityOutputArgs, opts?: InvokeOptions): Output<GetEntityResult>def get_entity(entity_id: Optional[str] = None,
               workspace_id: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetEntityResult
def get_entity_output(entity_id: Optional[pulumi.Input[str]] = None,
               workspace_id: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetEntityResult]func LookupEntity(ctx *Context, args *LookupEntityArgs, opts ...InvokeOption) (*LookupEntityResult, error)
func LookupEntityOutput(ctx *Context, args *LookupEntityOutputArgs, opts ...InvokeOption) LookupEntityResultOutput> Note: This function is named LookupEntity in the Go SDK.
public static class GetEntity 
{
    public static Task<GetEntityResult> InvokeAsync(GetEntityArgs args, InvokeOptions? opts = null)
    public static Output<GetEntityResult> Invoke(GetEntityInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEntityResult> getEntity(GetEntityArgs args, InvokeOptions options)
public static Output<GetEntityResult> getEntity(GetEntityArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:iottwinmaker:getEntity
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EntityId string
- The ID of the entity.
- WorkspaceId string
- The ID of the workspace.
- EntityId string
- The ID of the entity.
- WorkspaceId string
- The ID of the workspace.
- entityId String
- The ID of the entity.
- workspaceId String
- The ID of the workspace.
- entityId string
- The ID of the entity.
- workspaceId string
- The ID of the workspace.
- entity_id str
- The ID of the entity.
- workspace_id str
- The ID of the workspace.
- entityId String
- The ID of the entity.
- workspaceId String
- The ID of the workspace.
getEntity Result
The following output properties are available:
- Arn string
- The ARN of the entity.
- Components
Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Outputs. Entity Component> 
- A map that sets information about a component type.
- CompositeComponents Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Outputs. Entity Composite Component> 
- A map that sets information about a composite component.
- CreationDate stringTime 
- The date and time when the entity was created.
- Description string
- The description of the entity.
- EntityName string
- The name of the entity.
- HasChild boolEntities 
- A Boolean value that specifies whether the entity has child entities or not.
- ParentEntity stringId 
- The ID of the parent entity.
- Status
Pulumi.Aws Native. Io TTwin Maker. Outputs. Entity Status 
- The current status of the entity.
- Dictionary<string, string>
- A key-value pair to associate with a resource.
- UpdateDate stringTime 
- The last date and time when the entity was updated.
- Arn string
- The ARN of the entity.
- Components
map[string]EntityComponent 
- A map that sets information about a component type.
- CompositeComponents map[string]EntityComposite Component 
- A map that sets information about a composite component.
- CreationDate stringTime 
- The date and time when the entity was created.
- Description string
- The description of the entity.
- EntityName string
- The name of the entity.
- HasChild boolEntities 
- A Boolean value that specifies whether the entity has child entities or not.
- ParentEntity stringId 
- The ID of the parent entity.
- Status
EntityStatus 
- The current status of the entity.
- map[string]string
- A key-value pair to associate with a resource.
- UpdateDate stringTime 
- The last date and time when the entity was updated.
- arn String
- The ARN of the entity.
- components
Map<String,EntityComponent> 
- A map that sets information about a component type.
- compositeComponents Map<String,EntityComposite Component> 
- A map that sets information about a composite component.
- creationDate StringTime 
- The date and time when the entity was created.
- description String
- The description of the entity.
- entityName String
- The name of the entity.
- hasChild BooleanEntities 
- A Boolean value that specifies whether the entity has child entities or not.
- parentEntity StringId 
- The ID of the parent entity.
- status
EntityStatus 
- The current status of the entity.
- Map<String,String>
- A key-value pair to associate with a resource.
- updateDate StringTime 
- The last date and time when the entity was updated.
- arn string
- The ARN of the entity.
- components
{[key: string]: EntityComponent} 
- A map that sets information about a component type.
- compositeComponents {[key: string]: EntityComposite Component} 
- A map that sets information about a composite component.
- creationDate stringTime 
- The date and time when the entity was created.
- description string
- The description of the entity.
- entityName string
- The name of the entity.
- hasChild booleanEntities 
- A Boolean value that specifies whether the entity has child entities or not.
- parentEntity stringId 
- The ID of the parent entity.
- status
EntityStatus 
- The current status of the entity.
- {[key: string]: string}
- A key-value pair to associate with a resource.
- updateDate stringTime 
- The last date and time when the entity was updated.
- arn str
- The ARN of the entity.
- components
Mapping[str, EntityComponent] 
- A map that sets information about a component type.
- composite_components Mapping[str, EntityComposite Component] 
- A map that sets information about a composite component.
- creation_date_ strtime 
- The date and time when the entity was created.
- description str
- The description of the entity.
- entity_name str
- The name of the entity.
- has_child_ boolentities 
- A Boolean value that specifies whether the entity has child entities or not.
- parent_entity_ strid 
- The ID of the parent entity.
- status
EntityStatus 
- The current status of the entity.
- Mapping[str, str]
- A key-value pair to associate with a resource.
- update_date_ strtime 
- The last date and time when the entity was updated.
- arn String
- The ARN of the entity.
- components Map<Property Map>
- A map that sets information about a component type.
- compositeComponents Map<Property Map>
- A map that sets information about a composite component.
- creationDate StringTime 
- The date and time when the entity was created.
- description String
- The description of the entity.
- entityName String
- The name of the entity.
- hasChild BooleanEntities 
- A Boolean value that specifies whether the entity has child entities or not.
- parentEntity StringId 
- The ID of the parent entity.
- status Property Map
- The current status of the entity.
- Map<String>
- A key-value pair to associate with a resource.
- updateDate StringTime 
- The last date and time when the entity was updated.
Supporting Types
EntityComponent 
- ComponentName string
- The name of the component.
- ComponentType stringId 
- The ID of the component type.
- DefinedIn string
- The name of the property definition set in the component.
- Description string
- The description of the component.
- Properties
Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Property> 
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- PropertyGroups Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Property Group> 
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- Status
Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Status 
- The current status of the entity.
- ComponentName string
- The name of the component.
- ComponentType stringId 
- The ID of the component type.
- DefinedIn string
- The name of the property definition set in the component.
- Description string
- The description of the component.
- Properties
map[string]EntityProperty 
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- PropertyGroups map[string]EntityProperty Group 
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- Status
EntityStatus 
- The current status of the entity.
- componentName String
- The name of the component.
- componentType StringId 
- The ID of the component type.
- definedIn String
- The name of the property definition set in the component.
- description String
- The description of the component.
- properties
Map<String,EntityProperty> 
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- propertyGroups Map<String,EntityProperty Group> 
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- status
EntityStatus 
- The current status of the entity.
- componentName string
- The name of the component.
- componentType stringId 
- The ID of the component type.
- definedIn string
- The name of the property definition set in the component.
- description string
- The description of the component.
- properties
{[key: string]: EntityProperty} 
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- propertyGroups {[key: string]: EntityProperty Group} 
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- status
EntityStatus 
- The current status of the entity.
- component_name str
- The name of the component.
- component_type_ strid 
- The ID of the component type.
- defined_in str
- The name of the property definition set in the component.
- description str
- The description of the component.
- properties
Mapping[str, EntityProperty] 
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- property_groups Mapping[str, EntityProperty Group] 
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- status
EntityStatus 
- The current status of the entity.
- componentName String
- The name of the component.
- componentType StringId 
- The ID of the component type.
- definedIn String
- The name of the property definition set in the component.
- description String
- The description of the component.
- properties Map<Property Map>
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- propertyGroups Map<Property Map>
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- status Property Map
- The current status of the entity.
EntityCompositeComponent  
- ComponentName string
- The name of the component.
- ComponentPath string
- The path of the component.
- ComponentType stringId 
- The ID of the component type.
- Description string
- The description of the component.
- Properties
Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Property> 
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- PropertyGroups Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Property Group> 
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- Status
Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Status 
- The current status of the component.
- ComponentName string
- The name of the component.
- ComponentPath string
- The path of the component.
- ComponentType stringId 
- The ID of the component type.
- Description string
- The description of the component.
- Properties
map[string]EntityProperty 
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- PropertyGroups map[string]EntityProperty Group 
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- Status
EntityStatus 
- The current status of the component.
- componentName String
- The name of the component.
- componentPath String
- The path of the component.
- componentType StringId 
- The ID of the component type.
- description String
- The description of the component.
- properties
Map<String,EntityProperty> 
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- propertyGroups Map<String,EntityProperty Group> 
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- status
EntityStatus 
- The current status of the component.
- componentName string
- The name of the component.
- componentPath string
- The path of the component.
- componentType stringId 
- The ID of the component type.
- description string
- The description of the component.
- properties
{[key: string]: EntityProperty} 
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- propertyGroups {[key: string]: EntityProperty Group} 
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- status
EntityStatus 
- The current status of the component.
- component_name str
- The name of the component.
- component_path str
- The path of the component.
- component_type_ strid 
- The ID of the component type.
- description str
- The description of the component.
- properties
Mapping[str, EntityProperty] 
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- property_groups Mapping[str, EntityProperty Group] 
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- status
EntityStatus 
- The current status of the component.
- componentName String
- The name of the component.
- componentPath String
- The path of the component.
- componentType StringId 
- The ID of the component type.
- description String
- The description of the component.
- properties Map<Property Map>
- An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
- propertyGroups Map<Property Map>
- An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
- status Property Map
- The current status of the component.
EntityDataType  
- AllowedValues List<Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Data Value> 
- The allowed values for this data type.
- NestedType Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Data Type 
- The nested type in the data type.
- Relationship
Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Relationship 
- A relationship that associates a component with another component.
- Type
Pulumi.Aws Native. Io TTwin Maker. Entity Data Type Type 
- The underlying type of the data type.
- UnitOf stringMeasure 
- The unit of measure used in this data type.
- AllowedValues []EntityData Value 
- The allowed values for this data type.
- NestedType EntityData Type 
- The nested type in the data type.
- Relationship
EntityRelationship 
- A relationship that associates a component with another component.
- Type
EntityData Type Type 
- The underlying type of the data type.
- UnitOf stringMeasure 
- The unit of measure used in this data type.
- allowedValues List<EntityData Value> 
- The allowed values for this data type.
- nestedType EntityData Type 
- The nested type in the data type.
- relationship
EntityRelationship 
- A relationship that associates a component with another component.
- type
EntityData Type Type 
- The underlying type of the data type.
- unitOf StringMeasure 
- The unit of measure used in this data type.
- allowedValues EntityData Value[] 
- The allowed values for this data type.
- nestedType EntityData Type 
- The nested type in the data type.
- relationship
EntityRelationship 
- A relationship that associates a component with another component.
- type
EntityData Type Type 
- The underlying type of the data type.
- unitOf stringMeasure 
- The unit of measure used in this data type.
- allowed_values Sequence[EntityData Value] 
- The allowed values for this data type.
- nested_type EntityData Type 
- The nested type in the data type.
- relationship
EntityRelationship 
- A relationship that associates a component with another component.
- type
EntityData Type Type 
- The underlying type of the data type.
- unit_of_ strmeasure 
- The unit of measure used in this 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.
- type "RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP"
- The underlying type of the data type.
- unitOf StringMeasure 
- The unit of measure used in this data type.
EntityDataTypeType   
EntityDataValue  
- 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. Entity Data Value> 
- A list of multiple values.
- LongValue double
- A long value.
- MapValue Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Data Value> 
- An object that maps strings to multiple DataValue objects.
- RelationshipValue Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity 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 []EntityData Value 
- A list of multiple values.
- LongValue float64
- A long value.
- MapValue map[string]EntityData Value 
- An object that maps strings to multiple DataValue objects.
- RelationshipValue EntityData 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<EntityData Value> 
- A list of multiple values.
- longValue Double
- A long value.
- mapValue Map<String,EntityData Value> 
- An object that maps strings to multiple DataValue objects.
- relationshipValue EntityData 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 EntityData Value[] 
- A list of multiple values.
- longValue number
- A long value.
- mapValue {[key: string]: EntityData Value} 
- An object that maps strings to multiple DataValue objects.
- relationshipValue EntityData 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[EntityData Value] 
- A list of multiple values.
- long_value float
- A long value.
- map_value Mapping[str, EntityData Value] 
- An object that maps strings to multiple DataValue objects.
- relationship_value EntityData 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.
EntityDataValueRelationshipValueProperties     
- TargetComponent stringName 
- TargetEntity stringId 
- TargetComponent stringName 
- TargetEntity stringId 
- targetComponent StringName 
- targetEntity StringId 
- targetComponent stringName 
- targetEntity stringId 
- targetComponent StringName 
- targetEntity StringId 
EntityDefinition 
- Configuration Dictionary<string, string>
- An object that specifies information about a property configuration.
- DataType Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Data Type 
- An object that contains information about the data type.
- DefaultValue Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity 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.
- IsFinal bool
- A Boolean value that specifies whether the property definition can be updated.
- IsImported bool
- A Boolean value that specifies whether the property definition is imported from an external data store.
- IsInherited bool
- A Boolean value that specifies whether the property definition is inherited from a parent entity.
- 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.
- Configuration map[string]string
- An object that specifies information about a property configuration.
- DataType EntityData Type 
- An object that contains information about the data type.
- DefaultValue EntityData 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.
- IsFinal bool
- A Boolean value that specifies whether the property definition can be updated.
- IsImported bool
- A Boolean value that specifies whether the property definition is imported from an external data store.
- IsInherited bool
- A Boolean value that specifies whether the property definition is inherited from a parent entity.
- 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.
- configuration Map<String,String>
- An object that specifies information about a property configuration.
- dataType EntityData Type 
- An object that contains information about the data type.
- defaultValue EntityData 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.
- isFinal Boolean
- A Boolean value that specifies whether the property definition can be updated.
- isImported Boolean
- A Boolean value that specifies whether the property definition is imported from an external data store.
- isInherited Boolean
- A Boolean value that specifies whether the property definition is inherited from a parent entity.
- 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.
- configuration {[key: string]: string}
- An object that specifies information about a property configuration.
- dataType EntityData Type 
- An object that contains information about the data type.
- defaultValue EntityData 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.
- isFinal boolean
- A Boolean value that specifies whether the property definition can be updated.
- isImported boolean
- A Boolean value that specifies whether the property definition is imported from an external data store.
- isInherited boolean
- A Boolean value that specifies whether the property definition is inherited from a parent entity.
- 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.
- configuration Mapping[str, str]
- An object that specifies information about a property configuration.
- data_type EntityData Type 
- An object that contains information about the data type.
- default_value EntityData 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_final bool
- A Boolean value that specifies whether the property definition can be updated.
- is_imported bool
- A Boolean value that specifies whether the property definition is imported from an external data store.
- is_inherited bool
- A Boolean value that specifies whether the property definition is inherited from a parent entity.
- 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.
- configuration Map<String>
- An object that specifies information about a property configuration.
- 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.
- isFinal Boolean
- A Boolean value that specifies whether the property definition can be updated.
- isImported Boolean
- A Boolean value that specifies whether the property definition is imported from an external data store.
- isInherited Boolean
- A Boolean value that specifies whether the property definition is inherited from a parent entity.
- 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.
EntityProperty 
- Definition
Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Definition 
- The definition of the property.
- Value
Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Data Value 
- The value of the property.
- Definition
EntityDefinition 
- The definition of the property.
- Value
EntityData Value 
- The value of the property.
- definition
EntityDefinition 
- The definition of the property.
- value
EntityData Value 
- The value of the property.
- definition
EntityDefinition 
- The definition of the property.
- value
EntityData Value 
- The value of the property.
- definition
EntityDefinition 
- The definition of the property.
- value
EntityData Value 
- The value of the property.
- definition Property Map
- The definition of the property.
- value Property Map
- The value of the property.
EntityPropertyGroup  
- GroupType Pulumi.Aws Native. Io TTwin Maker. Entity Property Group Group Type 
- The type of property group.
- PropertyNames List<string>
- The list of property names in the property group.
- GroupType EntityProperty Group Group Type 
- The type of property group.
- PropertyNames []string
- The list of property names in the property group.
- groupType EntityProperty Group Group Type 
- The type of property group.
- propertyNames List<String>
- The list of property names in the property group.
- groupType EntityProperty Group Group Type 
- The type of property group.
- propertyNames string[]
- The list of property names in the property group.
- group_type EntityProperty 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.
EntityPropertyGroupGroupType    
EntityRelationship 
- 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.
EntityStatus 
- Error
interface{} | EntityStatus Error Properties 
- State
EntityStatus State 
EntityStatusErrorProperties   
EntityStatusErrorPropertiesCode    
EntityStatusState  
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