Interface ApphubApplicationAttributes
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApphubApplicationAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.495Z") @Stability(Stable) public interface ApphubApplicationAttributes extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApphubApplicationAttributes.BuilderA builder forApphubApplicationAttributesstatic classApphubApplicationAttributes.Jsii$ProxyAn implementation forApphubApplicationAttributes
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ApphubApplicationAttributes.Builderbuilder()default ObjectgetBusinessOwners()business_owners block.default ApphubApplicationAttributesCriticalitygetCriticality()criticality block.default ObjectgetDeveloperOwners()developer_owners block.default ApphubApplicationAttributesEnvironmentgetEnvironment()environment block.default ObjectgetOperatorOwners()operator_owners block.
-
-
-
Method Detail
-
getBusinessOwners
@Stability(Stable) @Nullable default Object getBusinessOwners()
business_owners block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#business_owners ApphubApplication#business_owners}
-
getCriticality
@Stability(Stable) @Nullable default ApphubApplicationAttributesCriticality getCriticality()
criticality block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#criticality ApphubApplication#criticality}
-
getDeveloperOwners
@Stability(Stable) @Nullable default Object getDeveloperOwners()
developer_owners block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#developer_owners ApphubApplication#developer_owners}
-
getEnvironment
@Stability(Stable) @Nullable default ApphubApplicationAttributesEnvironment getEnvironment()
environment block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#environment ApphubApplication#environment}
-
getOperatorOwners
@Stability(Stable) @Nullable default Object getOperatorOwners()
operator_owners block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#operator_owners ApphubApplication#operator_owners}
-
builder
@Stability(Stable) static ApphubApplicationAttributes.Builder builder()
-
-