instance_profiles
Retrieves a list of instance_profiles
in a region
Overview
Name | instance_profiles |
Type | Resource |
Description | instance_profiles |
Id | awscc.dms.instance_profiles |
Fields
Name | Datatype | Description |
---|---|---|
instance_profile_arn | string | The property describes an ARN of the instance profile. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
instance_profile_arn
FROM awscc.dms.instance_profiles
WHERE region = 'us-east-1'
Permissions
To operate on the instance_profiles
resource, the following permissions are required:
Create
dms:CreateInstanceProfile,
dms:ListInstanceProfiles,
dms:DescribeInstanceProfiles,
dms:AddTagsToResource,
dms:ListTagsForResource
List
dms:ListInstanceProfiles,
dms:DescribeInstanceProfiles,
dms:ListTagsForResource