ControlPanelArgs

data class ControlPanelArgs(val clusterArn: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<ControlPanelArgs>

AWS Route53 Recovery Control Control Panel resource schema .

Constructors

Link copied to clipboard
constructor(clusterArn: Output<String>? = null, name: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

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

Cluster to associate with the Control Panel

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

The name of the control panel. You can use any non-white space character in the name.

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

A collection of tags associated with a resource

Functions

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