Skip to main content
A set of Terraform Cloud workspace tags. You will be able to use this working directory with any workspaces that have all of the specified tags, and can use the terraform workspace commands to switch between them or create new workspaces. New workspaces will automatically have the specified tags. This option conflicts with name.

Initializers

import io.cdktn.cdktn.TaggedCloudWorkspaces;

new TaggedCloudWorkspaces(java.util.List<java.lang.String> tags);,new TaggedCloudWorkspaces(java.util.List<java.lang.String> tags, java.lang.String project);
NameTypeDescription
tagsjava.util.List< java.lang.String >No description.
projectjava.lang.StringNo description.

tagsRequired

  • Type: java.util.List< java.lang.String >

projectOptional

  • Type: java.lang.String

Methods

NameDescription
toTerraformNo description.
toHclTerraformNo description.

toTerraform

public java.lang.Object toTerraform()

toHclTerraform

public java.lang.Object toHclTerraform()

Properties

NameTypeDescription
tagsjava.util.List< java.lang.String >No description.
projectjava.lang.StringNo description.

tagsRequired

public java.util.List<java.lang.String> getTags();
  • Type: java.util.List< java.lang.String >

projectOptional

public java.lang.String getProject();
  • Type: java.lang.String