_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
account_assignment_deletion_status
The status object for the account assignment deletion operation. | STRUCT( "created_date" TIMESTAMP_S, "failure_reason" VARCHAR, "permission_set_arn" VARCHAR, "principal_id" VARCHAR, "principal_type" VARCHAR, "request_id" VARCHAR, "status" VARCHAR, "target_id" VARCHAR, "target_type" VARCHAR ) |
Show child fields- account_assignment_deletion_status.created_date
The date that the permission set was created.
- account_assignment_deletion_status.failure_reason
The message that contains an error or exception in case of an operation failure.
- account_assignment_deletion_status.permission_set_arn
The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- account_assignment_deletion_status.principal_id
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
- account_assignment_deletion_status.principal_type
The entity type for which the assignment will be created.
- account_assignment_deletion_status.request_id
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
- account_assignment_deletion_status.status
The status of the permission set provisioning process.
- account_assignment_deletion_status.target_id
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
- account_assignment_deletion_status.target_type
The entity type for which the assignment will be created.
|