Interface EssentialContactsContactConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    EssentialContactsContactConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.171Z")
    @Stability(Stable)
    public interface EssentialContactsContactConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getEmail

        @Stability(Stable)
        @NotNull
        String getEmail()
        The email address to send notifications to. This does not need to be a Google account.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/essential_contacts_contact#email EssentialContactsContact#email}

      • getLanguageTag

        @Stability(Stable)
        @NotNull
        String getLanguageTag()
        The preferred language for notifications, as a ISO 639-1 language code.

        See Supported languages for a list of supported languages. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/essential_contacts_contact#language_tag EssentialContactsContact#language_tag}

      • getNotificationCategorySubscriptions

        @Stability(Stable)
        @NotNull
        List<String> getNotificationCategorySubscriptions()
        The categories of notifications that the contact will receive communications for.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/essential_contacts_contact#notification_category_subscriptions EssentialContactsContact#notification_category_subscriptions}

      • getParent

        @Stability(Stable)
        @NotNull
        String getParent()
        The resource to save this contact for. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/essential_contacts_contact#parent EssentialContactsContact#parent}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/essential_contacts_contact#id EssentialContactsContact#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default EssentialContactsContactTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/essential_contacts_contact#timeouts EssentialContactsContact#timeouts}