This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AWS.EC2.
Summary
Describes one or more of the tags for your EC2 resources.
Syntax
public static Task<string> GetTagValue(this ICakeContext context, string key, EC2Settings settings)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The cake context. |
key |
string |
The key of the tag. |
settings |
EC2Settings |
The EC2Settings used during the request to AWS. |
Return Value
Type |
Description |
Task<string> |
|