_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 )[] )[] ) ) |
profile_resource_association
Information about the Profile resource association that you specified in a GetProfileResourceAssociation request. | STRUCT( "creation_time" TIMESTAMP_S, "id" VARCHAR, "modification_time" TIMESTAMP_S, "name" VARCHAR, "owner_id" VARCHAR, "profile_id" VARCHAR, "resource_arn" VARCHAR, "resource_properties" VARCHAR, "resource_type" VARCHAR, "status" VARCHAR, "status_message" VARCHAR ) |
Show child fields- profile_resource_association.creation_time
The date and time that the Profile resource association was created, in Unix time format and Coordinated Universal Time (UTC).
- profile_resource_association.id
ID of the Profile resource association.
- profile_resource_association.modification_time
The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC).
- profile_resource_association.name
Name of the Profile resource association.
- profile_resource_association.owner_id
Amazon Web Services account ID of the Profile resource association owner.
- profile_resource_association.profile_id
Profile ID of the Profile that the resources are associated with.
- profile_resource_association.resource_arn
The Amazon Resource Name (ARN) of the resource association.
- profile_resource_association.resource_properties
If the DNS resource is a DNS Firewall rule group, this indicates the priority.
- profile_resource_association.resource_type
Resource type, such as a private hosted zone, or DNS Firewall rule group.
- profile_resource_association.status
Status of the Profile resource association.
- profile_resource_association.status_message
Additional information about the Profile resource association.
|