VirtualClusterArgs

data class VirtualClusterArgs(val containerProvider: Output<VirtualClusterContainerProviderArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<VirtualClusterArgs>

Resource Schema of AWS::EMRContainers::VirtualCluster Type

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(containerProvider: Output<VirtualClusterContainerProviderArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

Container provider of the virtual cluster.

Link copied to clipboard
val name: Output<String>? = null

Name of the virtual cluster.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this virtual cluster.

Functions

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