_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 )[] )[] ) ) |
grant
Grant details. | STRUCT( "grant_arn" VARCHAR, "grant_name" VARCHAR, "parent_arn" VARCHAR, "license_arn" VARCHAR, "grantee_principal_arn" VARCHAR, "home_region" VARCHAR, "grant_status" VARCHAR, "status_reason" VARCHAR, "version" VARCHAR, "granted_operations" VARCHAR[], "options" STRUCT( "activation_override_behavior" VARCHAR ) ) |
Show child fields- grant.grant_arn
Amazon Resource Name (ARN) of the grant.
- grant.grant_name
Grant name.
- grant.grant_status
Grant status.
- grant.granted_operations[]
- grant.grantee_principal_arn
The grantee principal ARN.
- grant.home_region
Home Region of the grant.
- grant.license_arn
License ARN.
- grant.options
The options specified for the grant. Show child fields- grant.options.activation_override_behavior
An activation option for your grant that determines the behavior of activating a grant. Activation options can only be used with granted licenses sourced from the Amazon Web Services Marketplace. Additionally, the operation must specify the value of ACTIVE for the Status parameter. -
As a license administrator, you can optionally specify an ActivationOverrideBehavior when activating a grant. -
As a grantor, you can optionally specify an ActivationOverrideBehavior when you activate a grant for a grantee account in your organization. -
As a grantee, if the grantor creating the distributed grant doesn’t specify an ActivationOverrideBehavior, you can optionally specify one when you are activating the grant. - DISTRIBUTED_GRANTS_ONLY
-
Use this value to activate a grant without replacing any member account’s active grants for the same product. - ALL_GRANTS_PERMITTED_BY_ISSUER
-
Use this value to activate a grant and disable other active grants in any member accounts for the same product. This action will also replace their previously activated grants with this activated grant.
- grant.parent_arn
Parent ARN.
- grant.status_reason
Grant status reason.
- grant.version
Grant version.
|