Interface ApphubServiceAttributes
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApphubServiceAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.501Z") @Stability(Stable) public interface ApphubServiceAttributes extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApphubServiceAttributes.BuilderA builder forApphubServiceAttributesstatic classApphubServiceAttributes.Jsii$ProxyAn implementation forApphubServiceAttributes
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ApphubServiceAttributes.Builderbuilder()default ObjectgetBusinessOwners()business_owners block.default ApphubServiceAttributesCriticalitygetCriticality()criticality block.default ObjectgetDeveloperOwners()developer_owners block.default ApphubServiceAttributesEnvironmentgetEnvironment()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_service#business_owners ApphubService#business_owners}
-
getCriticality
@Stability(Stable) @Nullable default ApphubServiceAttributesCriticality getCriticality()
criticality block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#criticality ApphubService#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_service#developer_owners ApphubService#developer_owners}
-
getEnvironment
@Stability(Stable) @Nullable default ApphubServiceAttributesEnvironment getEnvironment()
environment block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#environment ApphubService#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_service#operator_owners ApphubService#operator_owners}
-
builder
@Stability(Stable) static ApphubServiceAttributes.Builder builder()
- Returns:
- a
ApphubServiceAttributes.BuilderofApphubServiceAttributes
-
-