[Index]

aws:ec2-describe-security-groups


Describe EC2 Security Groups.

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 Security Groups to describe.
groupIds The Ids of the Security Groups to describe.
groupNames The Group Names of the Security Groups to describe.
name The name of the job.
responseGroupIds The Group Ids in the response.
securityGroups The Security Group objects from the response.
size The number of security groups 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 groupName, and description.

filters

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

Filters to find Security Groups to describe.

groupIds

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes, or names or filters.

The Ids of the Security Groups to describe.

groupNames

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

The Group Names of the Security Groups to describe.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of the job. Can be any text.

responseGroupIds

AccessREAD_ONLY

The Group Ids in the response.

securityGroups

AccessREAD_ONLY

The Security Group objects from the response.

size

AccessREAD_ONLY

The number of security groups in the response.


(c) R Gordon Ltd 2005 - Present