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