TargetCustomTargetArgs

data class TargetCustomTargetArgs(val customTargetType: Output<String>) : ConvertibleToJava<TargetCustomTargetArgs>

Constructors

Link copied to clipboard
constructor(customTargetType: Output<String>)

Properties

Link copied to clipboard

Required. The name of the CustomTargetType. Format must be projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.

Functions

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