AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.iottwinmaker.getEntity
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:iottwinmaker:getEntity
arguments:
# arguments dictionary
The following arguments are supported:
- Entity
Id string - The ID of the entity.
- Workspace
Id string - The ID of the workspace.
- Entity
Id string - The ID of the entity.
- Workspace
Id string - The ID of the workspace.
- entity
Id String - The ID of the entity.
- workspace
Id String - The ID of the workspace.
- entity
Id string - The ID of the entity.
- workspace
Id string - The ID of the workspace.
- entity_
id str - The ID of the entity.
- workspace_
id str - The ID of the workspace.
- entity
Id String - The ID of the entity.
- workspace
Id 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.
- Composite
Components Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Outputs. Entity Composite Component> - A map that sets information about a composite component.
- Creation
Date stringTime - The date and time when the entity was created.
- Description string
- The description of the entity.
- Entity
Name string - The name of the entity.
- Has
Child boolEntities - A Boolean value that specifies whether the entity has child entities or not.
- Parent
Entity 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.
- Update
Date stringTime - The last date and time when the entity was updated.
- Arn string
- The ARN of the entity.
- Components
map[string]Entity
Component - A map that sets information about a component type.
- Composite
Components map[string]EntityComposite Component - A map that sets information about a composite component.
- Creation
Date stringTime - The date and time when the entity was created.
- Description string
- The description of the entity.
- Entity
Name string - The name of the entity.
- Has
Child boolEntities - A Boolean value that specifies whether the entity has child entities or not.
- Parent
Entity stringId - The ID of the parent entity.
- Status
Entity
Status - The current status of the entity.
- map[string]string
- A key-value pair to associate with a resource.
- Update
Date stringTime - The last date and time when the entity was updated.
- arn String
- The ARN of the entity.
- components
Map<String,Entity
Component> - A map that sets information about a component type.
- composite
Components Map<String,EntityComposite Component> - A map that sets information about a composite component.
- creation
Date StringTime - The date and time when the entity was created.
- description String
- The description of the entity.
- entity
Name String - The name of the entity.
- has
Child BooleanEntities - A Boolean value that specifies whether the entity has child entities or not.
- parent
Entity StringId - The ID of the parent entity.
- status
Entity
Status - The current status of the entity.
- Map<String,String>
- A key-value pair to associate with a resource.
- update
Date StringTime - The last date and time when the entity was updated.
- arn string
- The ARN of the entity.
- components
{[key: string]: Entity
Component} - A map that sets information about a component type.
- composite
Components {[key: string]: EntityComposite Component} - A map that sets information about a composite component.
- creation
Date stringTime - The date and time when the entity was created.
- description string
- The description of the entity.
- entity
Name string - The name of the entity.
- has
Child booleanEntities - A Boolean value that specifies whether the entity has child entities or not.
- parent
Entity stringId - The ID of the parent entity.
- status
Entity
Status - The current status of the entity.
- {[key: string]: string}
- A key-value pair to associate with a resource.
- update
Date stringTime - The last date and time when the entity was updated.
- arn str
- The ARN of the entity.
- components
Mapping[str, Entity
Component] - 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
Entity
Status - 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.
- composite
Components Map<Property Map> - A map that sets information about a composite component.
- creation
Date StringTime - The date and time when the entity was created.
- description String
- The description of the entity.
- entity
Name String - The name of the entity.
- has
Child BooleanEntities - A Boolean value that specifies whether the entity has child entities or not.
- parent
Entity 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.
- update
Date StringTime - The last date and time when the entity was updated.
Supporting Types
EntityComponent
- Component
Name string - The name of the component.
- Component
Type stringId - The ID of the component type.
- Defined
In 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.
- Property
Groups 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.
- Component
Name string - The name of the component.
- Component
Type stringId - The ID of the component type.
- Defined
In string - The name of the property definition set in the component.
- Description string
- The description of the component.
- Properties
map[string]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.
- Property
Groups 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
Entity
Status - The current status of the entity.
- component
Name String - The name of the component.
- component
Type StringId - The ID of the component type.
- defined
In String - The name of the property definition set in the component.
- description String
- The description of the component.
- properties
Map<String,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.
- property
Groups 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
Entity
Status - The current status of the entity.
- component
Name string - The name of the component.
- component
Type stringId - The ID of the component type.
- defined
In string - The name of the property definition set in the component.
- description string
- The description of the component.
- properties
{[key: string]: 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.
- property
Groups {[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
Entity
Status - 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, 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.
- 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
Entity
Status - The current status of the entity.
- component
Name String - The name of the component.
- component
Type StringId - The ID of the component type.
- defined
In 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.
- property
Groups 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
- Component
Name string - The name of the component.
- Component
Path string - The path of the component.
- Component
Type 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.
- Property
Groups 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.
- Component
Name string - The name of the component.
- Component
Path string - The path of the component.
- Component
Type stringId - The ID of the component type.
- Description string
- The description of the component.
- Properties
map[string]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.
- Property
Groups 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
Entity
Status - The current status of the component.
- component
Name String - The name of the component.
- component
Path String - The path of the component.
- component
Type StringId - The ID of the component type.
- description String
- The description of the component.
- properties
Map<String,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.
- property
Groups 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
Entity
Status - The current status of the component.
- component
Name string - The name of the component.
- component
Path string - The path of the component.
- component
Type stringId - The ID of the component type.
- description string
- The description of the component.
- properties
{[key: string]: 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.
- property
Groups {[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
Entity
Status - 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, 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.
- 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
Entity
Status - The current status of the component.
- component
Name String - The name of the component.
- component
Path String - The path of the component.
- component
Type 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.
- property
Groups 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
- Allowed
Values List<Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Data Value> - The allowed values for this data type.
- Nested
Type 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.
- Unit
Of stringMeasure - The unit of measure used in this data type.
- Allowed
Values []EntityData Value - The allowed values for this data type.
- Nested
Type EntityData Type - The nested type in the data type.
- Relationship
Entity
Relationship - A relationship that associates a component with another component.
- Type
Entity
Data Type Type - The underlying type of the data type.
- Unit
Of stringMeasure - The unit of measure used in this data type.
- allowed
Values List<EntityData Value> - The allowed values for this data type.
- nested
Type EntityData Type - The nested type in the data type.
- relationship
Entity
Relationship - A relationship that associates a component with another component.
- type
Entity
Data Type Type - The underlying type of the data type.
- unit
Of StringMeasure - The unit of measure used in this data type.
- allowed
Values EntityData Value[] - The allowed values for this data type.
- nested
Type EntityData Type - The nested type in the data type.
- relationship
Entity
Relationship - A relationship that associates a component with another component.
- type
Entity
Data Type Type - The underlying type of the data type.
- unit
Of 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
Entity
Relationship - A relationship that associates a component with another component.
- type
Entity
Data Type Type - The underlying type of the data type.
- unit_
of_ strmeasure - The unit of measure used in this data type.
- allowed
Values List<Property Map> - The allowed values for this data type.
- nested
Type 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.
- unit
Of StringMeasure - The unit of measure used in this data type.
EntityDataTypeType
EntityDataValue
- Boolean
Value bool - A Boolean value.
- Double
Value double - A double value.
- Expression string
- An expression that produces the value.
- Integer
Value int - An integer value.
- List
Value List<Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Data Value> - A list of multiple values.
- Long
Value double - A long value.
- Map
Value Dictionary<string, Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Data Value> - An object that maps strings to multiple DataValue objects.
- Relationship
Value Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Data Value Relationship Value Properties - A value that relates a component to another component.
- String
Value string - A string value.
- Boolean
Value bool - A Boolean value.
- Double
Value float64 - A double value.
- Expression string
- An expression that produces the value.
- Integer
Value int - An integer value.
- List
Value []EntityData Value - A list of multiple values.
- Long
Value float64 - A long value.
- Map
Value map[string]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 string - A string value.
- boolean
Value Boolean - A Boolean value.
- double
Value Double - A double value.
- expression String
- An expression that produces the value.
- integer
Value Integer - An integer value.
- list
Value List<EntityData Value> - A list of multiple values.
- long
Value Double - A long value.
- map
Value Map<String,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 String - A string value.
- boolean
Value boolean - A Boolean value.
- double
Value number - A double value.
- expression string
- An expression that produces the value.
- integer
Value number - An integer value.
- list
Value EntityData Value[] - A list of multiple values.
- long
Value number - A long value.
- map
Value {[key: string]: 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 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.
- boolean
Value Boolean - A Boolean value.
- double
Value Number - A double value.
- expression String
- An expression that produces the value.
- integer
Value Number - An integer value.
- list
Value List<Property Map> - A list of multiple values.
- long
Value Number - A long value.
- map
Value Map<Property Map> - An object that maps strings to multiple DataValue objects.
- relationship
Value Property Map - A value that relates a component to another component.
- string
Value String - A string value.
EntityDataValueRelationshipValueProperties
- Target
Component stringName - Target
Entity stringId
- Target
Component stringName - Target
Entity stringId
- target
Component StringName - target
Entity StringId
- target
Component stringName - target
Entity stringId
- target
Component StringName - target
Entity StringId
EntityDefinition
- Configuration Dictionary<string, string>
- An object that specifies information about a property configuration.
- Data
Type Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity Data Type - An object that contains information about the data type.
- Default
Value Pulumi.Aws Native. Io TTwin Maker. Inputs. Entity 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
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]string
- 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,String>
- 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 BooleanId - A Boolean value that specifies whether the property ID comes from an external data store.
- is
Final Boolean - A Boolean value that specifies whether the property definition can be updated.
- is
Imported Boolean - A Boolean value that specifies whether the property definition is imported from an external data store.
- is
Inherited Boolean - A Boolean value that specifies whether the property definition is inherited from a parent entity.
- is
Required BooleanIn Entity - A Boolean value that specifies whether the property is required.
- is
Stored BooleanExternally - A Boolean value that specifies whether the property is stored externally.
- is
Time 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.
- 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 booleanId - A Boolean value that specifies whether the property ID comes from an external data store.
- is
Final boolean - A Boolean value that specifies whether the property definition can be updated.
- is
Imported boolean - A Boolean value that specifies whether the property definition is imported from an external data store.
- is
Inherited boolean - A Boolean value that specifies whether the property definition is inherited from a parent entity.
- is
Required booleanIn Entity - A Boolean value that specifies whether the property is required.
- is
Stored booleanExternally - A Boolean value that specifies whether the property is stored externally.
- is
Time 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.
- data
Type Property Map - An object that contains information about the data type.
- default
Value Property Map - An object that contains the default value.
- is
External BooleanId - A Boolean value that specifies whether the property ID comes from an external data store.
- is
Final Boolean - A Boolean value that specifies whether the property definition can be updated.
- is
Imported Boolean - A Boolean value that specifies whether the property definition is imported from an external data store.
- is
Inherited Boolean - A Boolean value that specifies whether the property definition is inherited from a parent entity.
- is
Required BooleanIn Entity - A Boolean value that specifies whether the property is required.
- is
Stored BooleanExternally - A Boolean value that specifies whether the property is stored externally.
- is
Time 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
Entity
Definition - The definition of the property.
- Value
Entity
Data Value - The value of the property.
- definition
Entity
Definition - The definition of the property.
- value
Entity
Data Value - The value of the property.
- definition
Entity
Definition - The definition of the property.
- value
Entity
Data Value - The value of the property.
- definition
Entity
Definition - The definition of the property.
- value
Entity
Data Value - The value of the property.
- definition Property Map
- The definition of the property.
- value Property Map
- The value of the property.
EntityPropertyGroup
- Group
Type Pulumi.Aws Native. Io TTwin Maker. Entity Property Group Group Type - The type of property group.
- Property
Names List<string> - The list of property names in the property group.
- Group
Type EntityProperty Group Group Type - The type of property group.
- Property
Names []string - The list of property names in the property group.
- group
Type EntityProperty Group Group Type - The type of property group.
- property
Names List<String> - The list of property names in the property group.
- group
Type EntityProperty Group Group Type - The type of property group.
- property
Names 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.
- group
Type "TABULAR" - The type of property group.
- property
Names List<String> - The list of property names in the property group.
EntityPropertyGroupGroupType
EntityRelationship
- Relationship
Type string - The type of the relationship.
- Target
Component stringType Id - The ID of the target component type associated with this relationship.
- Relationship
Type string - The type of the relationship.
- Target
Component stringType Id - The ID of the target component type associated with this relationship.
- relationship
Type String - The type of the relationship.
- target
Component StringType Id - The ID of the target component type associated with this relationship.
- relationship
Type string - The type of the relationship.
- target
Component 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.
- relationship
Type String - The type of the relationship.
- target
Component StringType Id - The ID of the target component type associated with this relationship.
EntityStatus
- Error
interface{} | Entity
Status Error Properties - State
Entity
Status State
EntityStatusErrorProperties
EntityStatusErrorPropertiesCode
EntityStatusState
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi