Interface SecureSourceManagerRepositoryConfig

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

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

      • getInstance

        @Stability(Stable)
        @NotNull
        String getInstance()
        The name of the instance in which the repository is hosted.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_repository#instance SecureSourceManagerRepository#instance}

      • getLocation

        @Stability(Stable)
        @NotNull
        String getLocation()
        The location for the Repository.

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

      • getRepositoryId

        @Stability(Stable)
        @NotNull
        String getRepositoryId()
        The ID for the Repository.

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

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        Description of the repository, which cannot exceed 500 characters.

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

      • getId

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

      • getInitialConfig

        @Stability(Stable)
        @Nullable
        default SecureSourceManagerRepositoryInitialConfig getInitialConfig()
        initial_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_repository#initial_config SecureSourceManagerRepository#initial_config}

      • getProject

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

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

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