instance_profile_tags
Expands all tag keys and values for instance_profiles
in a region
Overview
Name | instance_profile_tags |
Type | Resource |
Description | Resource schema for AWS::DMS::InstanceProfile. |
Id | aws.dms.instance_profile_tags |
Fields
Name | Datatype | Description |
---|---|---|
instance_profile_arn | string | The property describes an ARN of the instance profile. |
instance_profile_identifier | string | The property describes an identifier for the instance profile. It is used for describing/deleting/modifying. Can be name/arn |
availability_zone | string | The property describes an availability zone of the instance profile. |
description | string | The optional description of the instance profile. |
kms_key_arn | string | The property describes kms key arn for the instance profile. |
publicly_accessible | boolean | The property describes the publicly accessible of the instance profile |
network_type | string | The property describes a network type for the instance profile. |
instance_profile_name | string | The property describes a name for the instance profile. |
instance_profile_creation_time | string | The property describes a creating time of the instance profile. |
subnet_group_identifier | string | The property describes a subnet group identifier for the instance profile. |
vpc_security_groups | array | The property describes vps security groups for the instance profile. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all instance_profiles
in a region.
SELECT
region,
instance_profile_arn,
instance_profile_identifier,
availability_zone,
description,
kms_key_arn,
publicly_accessible,
network_type,
instance_profile_name,
instance_profile_creation_time,
subnet_group_identifier,
vpc_security_groups,
tag_key,
tag_value
FROM aws.dms.instance_profile_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the instance_profile_tags
resource, see instance_profiles