paws.compute (version 0.1.0)

ec2_describe_iam_instance_profile_associations: Describes your IAM instance profile associations

Description

Describes your IAM instance profile associations.

Usage

ec2_describe_iam_instance_profile_associations(AssociationIds, Filters,
  MaxResults, NextToken)

Arguments

AssociationIds

One or more IAM instance profile associations.

Filters

One or more filters.

  • instance-id - The ID of the instance.

  • state - The state of the association (associating \| associated \| disassociating \| disassociated).

MaxResults

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

NextToken

The token to request the next page of results.

Request syntax

svc$describe_iam_instance_profile_associations(
  AssociationIds = list(
    "string"
  ),
  Filters = list(
    list(
      Name = "string",
      Values = list(
        "string"
      )
    )
  ),
  MaxResults = 123,
  NextToken = "string"
)

Examples

Run this code
# NOT RUN {
# This example describes the specified IAM instance profile association.
# }
# NOT RUN {
svc$describe_iam_instance_profile_associations(
  AssociationIds = list(
    "iip-assoc-0db249b1f25fa24b8"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab