GetInfrastructureConfigurationPlainArgs

data class GetInfrastructureConfigurationPlainArgs(val arn: String, val resourceTags: Map<String, String>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetInfrastructureConfigurationPlainArgs>

A collection of arguments for invoking getInfrastructureConfiguration.

Constructors

Link copied to clipboard
constructor(arn: String, resourceTags: Map<String, String>? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val arn: String

ARN of the infrastructure configuration.

Link copied to clipboard
val resourceTags: Map<String, String>? = null

Key-value map of resource tags for the infrastructure created by the infrastructure configuration.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value map of resource tags for the infrastructure configuration.

Functions

Link copied to clipboard
open override fun toJava(): GetInfrastructureConfigurationPlainArgs