Show / Hide Table of Contents

Class GetBastionHostInstancesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetBastionHostInstancesArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Yundun
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetBastionHostInstancesArgs : InvokeArgs

Constructors

View Source

GetBastionHostInstancesArgs()

Declaration
public GetBastionHostInstancesArgs()

Properties

View Source

DescriptionRegex

A regex string to filter results by the instance description.

Declaration
public string DescriptionRegex { get; set; }
Property Value
Type Description
System.String
View Source

Ids

Matched instance IDs to filter data source result.

Declaration
public List<string> Ids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

OutputFile

File name to persist data source output.

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

Tags

A map of tags assigned to the bastionhost instance. It must be in the format:

data &quot;alicloud.yundun.getBastionHostInstances&quot; &quot;instance&quot; {
tags = {
tagKey1 = &quot;tagValue1&quot;
}
}
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.