Class DataGoogleServiceAccountJwt.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public DataGoogleServiceAccountJwt.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public DataGoogleServiceAccountJwt.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public DataGoogleServiceAccountJwt.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public DataGoogleServiceAccountJwt.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public DataGoogleServiceAccountJwt.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public DataGoogleServiceAccountJwt.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public DataGoogleServiceAccountJwt.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • payload

        @Stability(Stable)
        public DataGoogleServiceAccountJwt.Builder payload​(String payload)
        A JSON-encoded JWT claims set that will be included in the signed JWT.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#payload DataGoogleServiceAccountJwt#payload}

        Parameters:
        payload - A JSON-encoded JWT claims set that will be included in the signed JWT. This parameter is required.
        Returns:
        this
      • targetServiceAccount

        @Stability(Stable)
        public DataGoogleServiceAccountJwt.Builder targetServiceAccount​(String targetServiceAccount)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#target_service_account DataGoogleServiceAccountJwt#target_service_account}.

        Parameters:
        targetServiceAccount - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#target_service_account DataGoogleServiceAccountJwt#target_service_account}. This parameter is required.
        Returns:
        this
      • delegates

        @Stability(Stable)
        public DataGoogleServiceAccountJwt.Builder delegates​(List<String> delegates)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#delegates DataGoogleServiceAccountJwt#delegates}.

        Parameters:
        delegates - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#delegates DataGoogleServiceAccountJwt#delegates}. This parameter is required.
        Returns:
        this
      • expiresIn

        @Stability(Stable)
        public DataGoogleServiceAccountJwt.Builder expiresIn​(Number expiresIn)
        Number of seconds until the JWT expires.

        If set and non-zero an `exp` claim will be added to the payload derived from the current timestamp plus expires_in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#expires_in DataGoogleServiceAccountJwt#expires_in}

        Parameters:
        expiresIn - Number of seconds until the JWT expires. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public DataGoogleServiceAccountJwt.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#id DataGoogleServiceAccountJwt#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.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#id DataGoogleServiceAccountJwt#id}. This parameter is required.
        Returns:
        this