Skip to main content

instance_profiles_list_only

Lists instance_profiles in a region or regions, for all properties use instance_profiles

Overview

Nameinstance_profiles_list_only
TypeResource
DescriptionResource schema for AWS::DMS::InstanceProfile.
Idaws.dms.instance_profiles_list_only

Fields

NameDatatypeDescription
instance_profile_arnstringThe property describes an ARN of the instance profile.
instance_profile_identifierstringThe property describes an identifier for the instance profile. It is used for describing/deleting/modifying. Can be name/arn
availability_zonestringThe property describes an availability zone of the instance profile.
descriptionstringThe optional description of the instance profile.
kms_key_arnstringThe property describes kms key arn for the instance profile.
publicly_accessiblebooleanThe property describes the publicly accessible of the instance profile
network_typestringThe property describes a network type for the instance profile.
instance_profile_namestringThe property describes a name for the instance profile.
instance_profile_creation_timestringThe property describes a creating time of the instance profile.
subnet_group_identifierstringThe property describes a subnet group identifier for the instance profile.
vpc_security_groupsarrayThe property describes vps security groups for the instance profile.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all instance_profiles in a region.

SELECT
region,
instance_profile_arn
FROM aws.dms.instance_profiles_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the instance_profiles_list_only resource, see instance_profiles