AWS Native v0.63.0, May 25 23
AWS Native v0.63.0, May 25 23
aws-native.iottwinmaker.getEntity
Explore with Pulumi AI
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 object
A map that sets information about a component type.
- 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.
- object
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 interface{}
A map that sets information about a component type.
- 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.
- interface{}
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 Object
A map that sets information about a component type.
- 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.
- Object
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 any
A map that sets information about a component type.
- 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.
- any
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 Any
A map that sets information about a component type.
- 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.
- Any
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 Any
A map that sets information about a component type.
- 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.
- Any
A key-value pair to associate with a resource.
- update
Date StringTime The last date and time when the entity was updated.
Supporting Types
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