resourceType
Get a single resource type by its ID.
resourceType(
organizationId: ID!
id: ID!
): ResourceType
Arguments
resourceType.organizationId ● ID! non-null scalar {#organization-id}
Your organization ID
resourceType.id ● ID! non-null scalar {#id}
The resource type ID (e.g., aws-iam-role)
Type
ResourceType object
A resource type defines what kind of infrastructure a resource represents, such as an AWS IAM role or a VPC.