Interface ApphubWorkloadAttributes

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ApphubWorkloadAttributes.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.515Z")
    @Stability(Stable)
    public interface ApphubWorkloadAttributes
    extends software.amazon.jsii.JsiiSerializable
    • 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_workload#business_owners ApphubWorkload#business_owners}

      • getCriticality

        @Stability(Stable)
        @Nullable
        default ApphubWorkloadAttributesCriticality getCriticality()
        criticality block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#criticality ApphubWorkload#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_workload#developer_owners ApphubWorkload#developer_owners}

      • getEnvironment

        @Stability(Stable)
        @Nullable
        default ApphubWorkloadAttributesEnvironment getEnvironment()
        environment block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#environment ApphubWorkload#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_workload#operator_owners ApphubWorkload#operator_owners}