Class ServiceAccountConfig.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getAccountId

        public final String getAccountId()
        Description copied from interface: ServiceAccountConfig
        The account id that is used to generate the service account email address and a stable unique id.

        It is unique within a project, must be 6-30 characters long, and match the regular expression [a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D) to comply with RFC1035. Changing this forces a new service account to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account#account_id ServiceAccount#account_id}

        Specified by:
        getAccountId in interface ServiceAccountConfig
      • getCreateIgnoreAlreadyExists

        public final Object getCreateIgnoreAlreadyExists()
        Description copied from interface: ServiceAccountConfig
        If set to true, skip service account creation if a service account with the same email already exists.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account#create_ignore_already_exists ServiceAccount#create_ignore_already_exists}

        Specified by:
        getCreateIgnoreAlreadyExists in interface ServiceAccountConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: ServiceAccountConfig
        A text description of the service account. Must be less than or equal to 256 UTF-8 bytes.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account#description ServiceAccount#description}

        Specified by:
        getDescription in interface ServiceAccountConfig
      • getDisabled

        public final Object getDisabled()
        Description copied from interface: ServiceAccountConfig
        Whether the service account is disabled. Defaults to false.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account#disabled ServiceAccount#disabled}

        Specified by:
        getDisabled in interface ServiceAccountConfig
      • getDisplayName

        public final String getDisplayName()
        Description copied from interface: ServiceAccountConfig
        The display name for the service account. Can be updated without creating a new resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account#display_name ServiceAccount#display_name}

        Specified by:
        getDisplayName in interface ServiceAccountConfig
      • getId

        public final String getId()
        Description copied from interface: ServiceAccountConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account#id ServiceAccount#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.

        Specified by:
        getId in interface ServiceAccountConfig
      • getProject

        public final String getProject()
        Description copied from interface: ServiceAccountConfig
        The ID of the project that the service account will be created in. Defaults to the provider project configuration.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account#project ServiceAccount#project}

        Specified by:
        getProject in interface ServiceAccountConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object