Interface IntegrationsClientConfig

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

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

      • getLocation

        @Stability(Stable)
        @NotNull
        String getLocation()
        Location in which client needs to be provisioned.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#location IntegrationsClient#location}

      • getCloudKmsConfig

        @Stability(Stable)
        @Nullable
        default IntegrationsClientCloudKmsConfig getCloudKmsConfig()
        cloud_kms_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#cloud_kms_config IntegrationsClient#cloud_kms_config}

      • getCreateSampleIntegrations

        @Stability(Stable)
        @Nullable
        default Object getCreateSampleIntegrations()
        Indicates if sample integrations should be created along with provisioning.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#create_sample_integrations IntegrationsClient#create_sample_integrations}

      • getCreateSampleWorkflows

        @Stability(Stable)
        @Nullable
        default Object getCreateSampleWorkflows()
        Indicates if sample workflow should be created along with provisioning.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#create_sample_workflows IntegrationsClient#create_sample_workflows}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#id IntegrationsClient#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.

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#project IntegrationsClient#project}.
      • getProvisionGmek

        @Stability(Stable)
        @Nullable
        default Object getProvisionGmek()
        Indicates provision with GMEK or CMEK.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#provision_gmek IntegrationsClient#provision_gmek}

      • getRunAsServiceAccount

        @Stability(Stable)
        @Nullable
        default String getRunAsServiceAccount()
        User input run-as service account, if empty, will bring up a new default service account.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#run_as_service_account IntegrationsClient#run_as_service_account}

      • getTimeouts

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

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