iottwinmaker:GetPropertyValue

Read

iottwinmaker:GetPropertyValue is a Read access-level action in the iottwinmaker service. Grants permission to retrieve the property values

Resource types

ARNs that iottwinmaker:GetPropertyValue can be scoped to in an IAM policy.

arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}
workspace
arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/component-type/${ComponentTypeId}
componentType
arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/entity/${EntityId}
entity

Condition keys

Keys you can use in the Condition block of a policy that grants iottwinmaker:GetPropertyValue.

aws:ResourceTag/${TagKey} String

Filters access by the tags attached to the resource

Dependent actions

To use iottwinmaker:GetPropertyValue you may also need to grant:

Example IAM policy

A minimal policy that allows iottwinmaker:GetPropertyValue. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowIottwinmakerGetPropertyValue",
      "Effect": "Allow",
      "Action": "iottwinmaker:GetPropertyValue",
      "Resource": "*"
    }
  ]
}

Related actions in iottwinmaker

View all iottwinmaker actions →