[Index]

aws:ec2-describe-key-pairs


Describe EC2 Key Pairs.

Property Summary

credentialsProvider A Credential Provider.
detailById Provide some details as a bean so they can be easily accessed in expressions.
filters Filters to find key pairs to describe.
keyNames The Key Names of the Key Pairs to describe.
keyPairIds The Ids of the Key Pairs to describe.
keyPairs The Key Pair Info objects from the response.
name The name of the job.
responseKeyPairIds The Key Pair Ids in the response.
size The number of key pairs in the response.

Property Detail

credentialsProvider

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

A Credential Provider. Defaults to the Profile Credential Provider using the default credential file as specified in the AWS SDK Guide here.

detailById

AccessREAD_ONLY

Provide some details as a bean so they can be easily accessed in expressions. The bean properties exposed from the response are currently keyName, and keyFingerprint.

filters

Configured ByELEMENT
AccessREAD_WRITE
RequiredYes, or the Ids or the names.

Filters to find key pairs to describe.

keyNames

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes, or the Ids, or filters.

The Key Names of the Key Pairs to describe.

keyPairIds

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes, or names or filters.

The Ids of the Key Pairs to describe.

keyPairs

AccessREAD_ONLY

The Key Pair Info objects from the response.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of the job. Can be any text.

responseKeyPairIds

AccessREAD_ONLY

The Key Pair Ids in the response.

size

AccessREAD_ONLY

The number of key pairs in the response.


(c) R Gordon Ltd 2005 - Present