FarmArgs

data class FarmArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val kmsKeyArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<FarmArgs>

Definition of AWS::Deadline::Farm Resource Type

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, displayName: Output<String>? = null, kmsKeyArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

A description of the farm that helps identify what the farm is used for.

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

The display name of the farm.

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

The ARN for the KMS key.

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

An array of key-value pairs to apply to this resource.

Functions

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