Class AssuredWorkloadsWorkloadResourceSettings.Jsii$Proxy

    • Method Detail

      • getDisplayName

        public final String getDisplayName()
        Description copied from interface: AssuredWorkloadsWorkloadResourceSettings
        User-assigned resource display name. If not empty it will be used to create a resource with the specified name.

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

        Specified by:
        getDisplayName in interface AssuredWorkloadsWorkloadResourceSettings
      • getResourceId

        public final String getResourceId()
        Description copied from interface: AssuredWorkloadsWorkloadResourceSettings
        Resource identifier.

        For a project this represents projectId. If the project is already taken, the workload creation will fail. For KeyRing, this represents the keyring_id. For a folder, don't set this value as folder_id is assigned by Google. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/assured_workloads_workload#resource_id AssuredWorkloadsWorkload#resource_id}

        Specified by:
        getResourceId in interface AssuredWorkloadsWorkloadResourceSettings
      • getResourceType

        public final String getResourceType()
        Description copied from interface: AssuredWorkloadsWorkloadResourceSettings
        Indicates the type of resource.

        This field should be specified to correspond the id to the right project type (CONSUMER_PROJECT or ENCRYPTION_KEYS_PROJECT) Possible values: RESOURCE_TYPE_UNSPECIFIED, CONSUMER_PROJECT, ENCRYPTION_KEYS_PROJECT, KEYRING, CONSUMER_FOLDER Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/assured_workloads_workload#resource_type AssuredWorkloadsWorkload#resource_type}

        Specified by:
        getResourceType in interface AssuredWorkloadsWorkloadResourceSettings
      • $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