Interface ComposerEnvironmentConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComposerEnvironmentConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.241Z") @Stability(Stable) public interface ComposerEnvironmentConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComposerEnvironmentConfig.BuilderA builder forComposerEnvironmentConfigstatic classComposerEnvironmentConfig.Jsii$ProxyAn implementation forComposerEnvironmentConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComposerEnvironmentConfig.Builderbuilder()default ComposerEnvironmentConfigAgetConfig()config block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#id ComposerEnvironment#id}.default Map<String,String>getLabels()User-defined labels for this environment.StringgetName()Name of the environment.default StringgetProject()The ID of the project in which the resource belongs.default StringgetRegion()The location or Compute Engine region for the environment.default ComposerEnvironmentStorageConfiggetStorageConfig()storage_config block.default ComposerEnvironmentTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Name of the environment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#name ComposerEnvironment#name}
-
getConfig
@Stability(Stable) @Nullable default ComposerEnvironmentConfigA getConfig()
config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#config ComposerEnvironment#config}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#id ComposerEnvironment#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
User-defined labels for this environment.The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?. Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size. ``` **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. ``` Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#labels ComposerEnvironment#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
The ID of the project in which the resource belongs.If it is not provided, the provider project is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#project ComposerEnvironment#project}
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
The location or Compute Engine region for the environment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#region ComposerEnvironment#region}
-
getStorageConfig
@Stability(Stable) @Nullable default ComposerEnvironmentStorageConfig getStorageConfig()
storage_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#storage_config ComposerEnvironment#storage_config}
-
getTimeouts
@Stability(Stable) @Nullable default ComposerEnvironmentTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#timeouts ComposerEnvironment#timeouts}
-
builder
@Stability(Stable) static ComposerEnvironmentConfig.Builder builder()
- Returns:
- a
ComposerEnvironmentConfig.BuilderofComposerEnvironmentConfig
-
-