Skip to content

AmiContextQuery

Query to AMI context provider.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new AmiContextQuery {
    string Account,
    System.Collections.Generic.IDictionary<string, string[]> Filters,
    string Region,
    string[] Owners = null
};

Properties

Name Type Description
Account string Account to query.
Filters System.Collections.Generic.IDictionary Filters to DescribeImages call.
Region string Region to query.
Owners string[] Owners to DescribeImages call.

AccountRequired

public string Account { get; set; }
  • Type: string

Account to query.


FiltersRequired

public System.Collections.Generic.IDictionary<string, string[]> Filters { get; set; }
  • Type: System.Collections.Generic.IDictionary

Filters to DescribeImages call.


RegionRequired

public string Region { get; set; }
  • Type: string

Region to query.


OwnersOptional

public string[] Owners { get; set; }
  • Type: string[]
  • Default: All owners

Owners to DescribeImages call.