Get Hosts Plain Args
data class GetHostsPlainArgs(val enableDetails: Boolean? = null, val hostAddress: String? = null, val hostName: String? = null, val ids: List<String>? = null, val instanceId: String, val nameRegex: String? = null, val osType: String? = null, val outputFile: String? = null, val source: String? = null, val sourceInstanceId: String? = null, val sourceInstanceState: String? = null) : ConvertibleToJava<GetHostsPlainArgs>
A collection of arguments for invoking getHosts.
Constructors
Link copied to clipboard
constructor(enableDetails: Boolean? = null, hostAddress: String? = null, hostName: String? = null, ids: List<String>? = null, instanceId: String, nameRegex: String? = null, osType: String? = null, outputFile: String? = null, source: String? = null, sourceInstanceId: String? = null, sourceInstanceState: String? = null)
Properties
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
The host address.
Link copied to clipboard
Specify the new create a host where the Bastion host ID of.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Specify the newly created ECS instance ID or dedicated cluster host ID.
Link copied to clipboard
The source instance state.