Class ArtifactRegistryRepositoryConfig.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

      • getFormat

        public final String getFormat()
        Description copied from interface: ArtifactRegistryRepositoryConfig
        The format of packages that are stored in the repository.

        Supported formats can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats). You can only create alpha formats if you are a member of the [alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#format ArtifactRegistryRepository#format}

        Specified by:
        getFormat in interface ArtifactRegistryRepositoryConfig
      • getRepositoryId

        public final String getRepositoryId()
        Description copied from interface: ArtifactRegistryRepositoryConfig
        The last part of the repository name, for example: "repo1".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#repository_id ArtifactRegistryRepository#repository_id}

        Specified by:
        getRepositoryId in interface ArtifactRegistryRepositoryConfig
      • getCleanupPolicies

        public final Object getCleanupPolicies()
        Description copied from interface: ArtifactRegistryRepositoryConfig
        cleanup_policies block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#cleanup_policies ArtifactRegistryRepository#cleanup_policies}

        Specified by:
        getCleanupPolicies in interface ArtifactRegistryRepositoryConfig
      • getCleanupPolicyDryRun

        public final Object getCleanupPolicyDryRun()
        Description copied from interface: ArtifactRegistryRepositoryConfig
        If true, the cleanup pipeline is prevented from deleting versions in this repository.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#cleanup_policy_dry_run ArtifactRegistryRepository#cleanup_policy_dry_run}

        Specified by:
        getCleanupPolicyDryRun in interface ArtifactRegistryRepositoryConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: ArtifactRegistryRepositoryConfig
        The user-provided description of the repository.

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

        Specified by:
        getDescription in interface ArtifactRegistryRepositoryConfig
      • getId

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

        public final String getKmsKeyName()
        Description copied from interface: ArtifactRegistryRepositoryConfig
        The Cloud KMS resource name of the customer managed encryption key that’s used to encrypt the contents of the Repository.

        Has the form: 'projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key'. This value may not be changed after the Repository has been created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#kms_key_name ArtifactRegistryRepository#kms_key_name}

        Specified by:
        getKmsKeyName in interface ArtifactRegistryRepositoryConfig
      • getLabels

        public final Map<String,​String> getLabels()
        Description copied from interface: ArtifactRegistryRepositoryConfig
        Labels with user-defined metadata.

        This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#labels ArtifactRegistryRepository#labels}

        Specified by:
        getLabels in interface ArtifactRegistryRepositoryConfig
      • getLocation

        public final String getLocation()
        Description copied from interface: ArtifactRegistryRepositoryConfig
        The name of the location this repository is located in.

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

        Specified by:
        getLocation in interface ArtifactRegistryRepositoryConfig
      • getMode

        public final String getMode()
        Description copied from interface: ArtifactRegistryRepositoryConfig
        The mode configures the repository to serve artifacts from different sources. Default value: "STANDARD_REPOSITORY" Possible values: ["STANDARD_REPOSITORY", "VIRTUAL_REPOSITORY", "REMOTE_REPOSITORY"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#mode ArtifactRegistryRepository#mode}

        Specified by:
        getMode in interface ArtifactRegistryRepositoryConfig
      • 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