Interface DeploymentManagerDeploymentLabels
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DeploymentManagerDeploymentLabels.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.904Z") @Stability(Stable) public interface DeploymentManagerDeploymentLabels extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDeploymentManagerDeploymentLabels.BuilderA builder forDeploymentManagerDeploymentLabelsstatic classDeploymentManagerDeploymentLabels.Jsii$ProxyAn implementation forDeploymentManagerDeploymentLabels
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DeploymentManagerDeploymentLabels.Builderbuilder()default StringgetKey()Key for label.default StringgetValue()Value of label.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @Nullable default String getKey()
Key for label.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#key DeploymentManagerDeployment#key}
-
getValue
@Stability(Stable) @Nullable default String getValue()
Value of label.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#value DeploymentManagerDeployment#value}
-
builder
@Stability(Stable) static DeploymentManagerDeploymentLabels.Builder builder()
-
-