1. Packages
  2. AWS Native
  3. API Docs
  4. iottwinmaker
  5. getEntity

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.iottwinmaker.getEntity

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 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:

    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.AwsNative.IoTTwinMaker.Outputs.EntityComponent>
    A map that sets information about a component type.
    CompositeComponents Dictionary<string, Pulumi.AwsNative.IoTTwinMaker.Outputs.EntityCompositeComponent>
    A map that sets information about a composite component.
    CreationDateTime string
    The date and time when the entity was created.
    Description string
    The description of the entity.
    EntityName string
    The name of the entity.
    HasChildEntities bool
    A Boolean value that specifies whether the entity has child entities or not.
    ParentEntityId string
    The ID of the parent entity.
    Status Pulumi.AwsNative.IoTTwinMaker.Outputs.EntityStatus
    The current status of the entity.
    Tags Dictionary<string, string>
    A key-value pair to associate with a resource.
    UpdateDateTime string
    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]EntityCompositeComponent
    A map that sets information about a composite component.
    CreationDateTime string
    The date and time when the entity was created.
    Description string
    The description of the entity.
    EntityName string
    The name of the entity.
    HasChildEntities bool
    A Boolean value that specifies whether the entity has child entities or not.
    ParentEntityId string
    The ID of the parent entity.
    Status EntityStatus
    The current status of the entity.
    Tags map[string]string
    A key-value pair to associate with a resource.
    UpdateDateTime string
    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,EntityCompositeComponent>
    A map that sets information about a composite component.
    creationDateTime String
    The date and time when the entity was created.
    description String
    The description of the entity.
    entityName String
    The name of the entity.
    hasChildEntities Boolean
    A Boolean value that specifies whether the entity has child entities or not.
    parentEntityId String
    The ID of the parent entity.
    status EntityStatus
    The current status of the entity.
    tags Map<String,String>
    A key-value pair to associate with a resource.
    updateDateTime String
    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]: EntityCompositeComponent}
    A map that sets information about a composite component.
    creationDateTime string
    The date and time when the entity was created.
    description string
    The description of the entity.
    entityName string
    The name of the entity.
    hasChildEntities boolean
    A Boolean value that specifies whether the entity has child entities or not.
    parentEntityId string
    The ID of the parent entity.
    status EntityStatus
    The current status of the entity.
    tags {[key: string]: string}
    A key-value pair to associate with a resource.
    updateDateTime string
    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, EntityCompositeComponent]
    A map that sets information about a composite component.
    creation_date_time str
    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_entities bool
    A Boolean value that specifies whether the entity has child entities or not.
    parent_entity_id str
    The ID of the parent entity.
    status EntityStatus
    The current status of the entity.
    tags Mapping[str, str]
    A key-value pair to associate with a resource.
    update_date_time str
    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.
    creationDateTime String
    The date and time when the entity was created.
    description String
    The description of the entity.
    entityName String
    The name of the entity.
    hasChildEntities Boolean
    A Boolean value that specifies whether the entity has child entities or not.
    parentEntityId String
    The ID of the parent entity.
    status Property Map
    The current status of the entity.
    tags Map<String>
    A key-value pair to associate with a resource.
    updateDateTime String
    The last date and time when the entity was updated.

    Supporting Types

    EntityComponent

    ComponentName string
    The name of the component.
    ComponentTypeId string
    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.AwsNative.IoTTwinMaker.Inputs.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 Dictionary<string, Pulumi.AwsNative.IoTTwinMaker.Inputs.EntityPropertyGroup>
    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.AwsNative.IoTTwinMaker.Inputs.EntityStatus
    The current status of the entity.
    ComponentName string
    The name of the component.
    ComponentTypeId string
    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]EntityPropertyGroup
    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.
    componentTypeId String
    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,EntityPropertyGroup>
    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.
    componentTypeId string
    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]: EntityPropertyGroup}
    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_id str
    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, EntityPropertyGroup]
    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.
    componentTypeId String
    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.
    ComponentTypeId string
    The ID of the component type.
    Description string
    The description of the component.
    Properties Dictionary<string, Pulumi.AwsNative.IoTTwinMaker.Inputs.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 Dictionary<string, Pulumi.AwsNative.IoTTwinMaker.Inputs.EntityPropertyGroup>
    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.AwsNative.IoTTwinMaker.Inputs.EntityStatus
    The current status of the component.
    ComponentName string
    The name of the component.
    ComponentPath string
    The path of the component.
    ComponentTypeId string
    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]EntityPropertyGroup
    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.
    componentTypeId String
    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,EntityPropertyGroup>
    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.
    componentTypeId string
    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]: EntityPropertyGroup}
    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_id str
    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, EntityPropertyGroup]
    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.
    componentTypeId String
    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.AwsNative.IoTTwinMaker.Inputs.EntityDataValue>
    The allowed values for this data type.
    NestedType Pulumi.AwsNative.IoTTwinMaker.Inputs.EntityDataType
    The nested type in the data type.
    Relationship Pulumi.AwsNative.IoTTwinMaker.Inputs.EntityRelationship
    A relationship that associates a component with another component.
    Type Pulumi.AwsNative.IoTTwinMaker.EntityDataTypeType
    The underlying type of the data type.
    UnitOfMeasure string
    The unit of measure used in this data type.
    AllowedValues []EntityDataValue
    The allowed values for this data type.
    NestedType EntityDataType
    The nested type in the data type.
    Relationship EntityRelationship
    A relationship that associates a component with another component.
    Type EntityDataTypeType
    The underlying type of the data type.
    UnitOfMeasure string
    The unit of measure used in this data type.
    allowedValues List<EntityDataValue>
    The allowed values for this data type.
    nestedType EntityDataType
    The nested type in the data type.
    relationship EntityRelationship
    A relationship that associates a component with another component.
    type EntityDataTypeType
    The underlying type of the data type.
    unitOfMeasure String
    The unit of measure used in this data type.
    allowedValues EntityDataValue[]
    The allowed values for this data type.
    nestedType EntityDataType
    The nested type in the data type.
    relationship EntityRelationship
    A relationship that associates a component with another component.
    type EntityDataTypeType
    The underlying type of the data type.
    unitOfMeasure string
    The unit of measure used in this data type.
    allowed_values Sequence[EntityDataValue]
    The allowed values for this data type.
    nested_type EntityDataType
    The nested type in the data type.
    relationship EntityRelationship
    A relationship that associates a component with another component.
    type EntityDataTypeType
    The underlying type of the data type.
    unit_of_measure str
    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.
    unitOfMeasure String
    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.AwsNative.IoTTwinMaker.Inputs.EntityDataValue>
    A list of multiple values.
    LongValue double
    A long value.
    MapValue Dictionary<string, Pulumi.AwsNative.IoTTwinMaker.Inputs.EntityDataValue>
    An object that maps strings to multiple DataValue objects.
    RelationshipValue Pulumi.AwsNative.IoTTwinMaker.Inputs.EntityDataValueRelationshipValueProperties
    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 []EntityDataValue
    A list of multiple values.
    LongValue float64
    A long value.
    MapValue map[string]EntityDataValue
    An object that maps strings to multiple DataValue objects.
    RelationshipValue EntityDataValueRelationshipValueProperties
    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<EntityDataValue>
    A list of multiple values.
    longValue Double
    A long value.
    mapValue Map<String,EntityDataValue>
    An object that maps strings to multiple DataValue objects.
    relationshipValue EntityDataValueRelationshipValueProperties
    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 EntityDataValue[]
    A list of multiple values.
    longValue number
    A long value.
    mapValue {[key: string]: EntityDataValue}
    An object that maps strings to multiple DataValue objects.
    relationshipValue EntityDataValueRelationshipValueProperties
    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[EntityDataValue]
    A list of multiple values.
    long_value float
    A long value.
    map_value Mapping[str, EntityDataValue]
    An object that maps strings to multiple DataValue objects.
    relationship_value EntityDataValueRelationshipValueProperties
    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

    EntityDefinition

    Configuration Dictionary<string, string>
    An object that specifies information about a property configuration.
    DataType Pulumi.AwsNative.IoTTwinMaker.Inputs.EntityDataType
    An object that contains information about the data type.
    DefaultValue Pulumi.AwsNative.IoTTwinMaker.Inputs.EntityDataValue
    An object that contains the default value.
    IsExternalId bool
    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.
    IsRequiredInEntity bool
    A Boolean value that specifies whether the property is required.
    IsStoredExternally bool
    A Boolean value that specifies whether the property is stored externally.
    IsTimeSeries bool
    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 EntityDataType
    An object that contains information about the data type.
    DefaultValue EntityDataValue
    An object that contains the default value.
    IsExternalId bool
    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.
    IsRequiredInEntity bool
    A Boolean value that specifies whether the property is required.
    IsStoredExternally bool
    A Boolean value that specifies whether the property is stored externally.
    IsTimeSeries bool
    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 EntityDataType
    An object that contains information about the data type.
    defaultValue EntityDataValue
    An object that contains the default value.
    isExternalId Boolean
    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.
    isRequiredInEntity Boolean
    A Boolean value that specifies whether the property is required.
    isStoredExternally Boolean
    A Boolean value that specifies whether the property is stored externally.
    isTimeSeries Boolean
    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 EntityDataType
    An object that contains information about the data type.
    defaultValue EntityDataValue
    An object that contains the default value.
    isExternalId boolean
    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.
    isRequiredInEntity boolean
    A Boolean value that specifies whether the property is required.
    isStoredExternally boolean
    A Boolean value that specifies whether the property is stored externally.
    isTimeSeries boolean
    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 EntityDataType
    An object that contains information about the data type.
    default_value EntityDataValue
    An object that contains the default value.
    is_external_id bool
    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_in_entity bool
    A Boolean value that specifies whether the property is required.
    is_stored_externally bool
    A Boolean value that specifies whether the property is stored externally.
    is_time_series bool
    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.
    isExternalId Boolean
    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.
    isRequiredInEntity Boolean
    A Boolean value that specifies whether the property is required.
    isStoredExternally Boolean
    A Boolean value that specifies whether the property is stored externally.
    isTimeSeries Boolean
    A Boolean value that specifies whether the property consists of time series data.

    EntityProperty

    Definition EntityDefinition
    The definition of the property.
    Value EntityDataValue
    The value of the property.
    definition EntityDefinition
    The definition of the property.
    value EntityDataValue
    The value of the property.
    definition EntityDefinition
    The definition of the property.
    value EntityDataValue
    The value of the property.
    definition EntityDefinition
    The definition of the property.
    value EntityDataValue
    The value of the property.
    definition Property Map
    The definition of the property.
    value Property Map
    The value of the property.

    EntityPropertyGroup

    GroupType Pulumi.AwsNative.IoTTwinMaker.EntityPropertyGroupGroupType
    The type of property group.
    PropertyNames List<string>
    The list of property names in the property group.
    GroupType EntityPropertyGroupGroupType
    The type of property group.
    PropertyNames []string
    The list of property names in the property group.
    groupType EntityPropertyGroupGroupType
    The type of property group.
    propertyNames List<String>
    The list of property names in the property group.
    groupType EntityPropertyGroupGroupType
    The type of property group.
    propertyNames string[]
    The list of property names in the property group.
    group_type EntityPropertyGroupGroupType
    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.
    TargetComponentTypeId string
    The ID of the target component type associated with this relationship.
    RelationshipType string
    The type of the relationship.
    TargetComponentTypeId string
    The ID of the target component type associated with this relationship.
    relationshipType String
    The type of the relationship.
    targetComponentTypeId String
    The ID of the target component type associated with this relationship.
    relationshipType string
    The type of the relationship.
    targetComponentTypeId string
    The ID of the target component type associated with this relationship.
    relationship_type str
    The type of the relationship.
    target_component_type_id str
    The ID of the target component type associated with this relationship.
    relationshipType String
    The type of the relationship.
    targetComponentTypeId String
    The ID of the target component type associated with this relationship.

    EntityStatus

    EntityStatusErrorProperties

    EntityStatusErrorPropertiesCode

    EntityStatusState

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi