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
    • 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}