EC2Aliases.

DescribeTags(ICakeContext, IList<string>, EC2Settings) Method

Summary

Describes one or more of the tags for your EC2 resources.
Assembly
Cake.AWS.EC2.dll
Namespace
Cake.AWS.EC2
Containing Type
EC2Aliases

Syntax

public static Task<IList<TagDescription>> DescribeTags(this ICakeContext context, IList<string> instances, EC2Settings settings)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
instances IList<string> A list of instance IDs to check.
settings EC2Settings The EC2Settings used during the request to AWS.

Return Value

Type Description
Task<IList<TagDescription>>