1. Packages
  2. Artifactory
  3. API Docs
  4. getVirtualGoRepository
artifactory v6.7.1 published on Friday, Apr 26, 2024 by Pulumi

artifactory.getVirtualGoRepository

Explore with Pulumi AI

artifactory logo
artifactory v6.7.1 published on Friday, Apr 26, 2024 by Pulumi

    Retrieves a virtual Go repository.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as artifactory from "@pulumi/artifactory";
    
    const virtual-go = artifactory.getVirtualGoRepository({
        key: "virtual-go",
    });
    
    import pulumi
    import pulumi_artifactory as artifactory
    
    virtual_go = artifactory.get_virtual_go_repository(key="virtual-go")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-artifactory/sdk/v6/go/artifactory"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := artifactory.GetVirtualGoRepository(ctx, &artifactory.GetVirtualGoRepositoryArgs{
    			Key: "virtual-go",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Artifactory = Pulumi.Artifactory;
    
    return await Deployment.RunAsync(() => 
    {
        var virtual_go = Artifactory.GetVirtualGoRepository.Invoke(new()
        {
            Key = "virtual-go",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.artifactory.ArtifactoryFunctions;
    import com.pulumi.artifactory.inputs.GetVirtualGoRepositoryArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var virtual-go = ArtifactoryFunctions.getVirtualGoRepository(GetVirtualGoRepositoryArgs.builder()
                .key("virtual-go")
                .build());
    
        }
    }
    
    variables:
      virtual-go:
        fn::invoke:
          Function: artifactory:getVirtualGoRepository
          Arguments:
            key: virtual-go
    

    Using getVirtualGoRepository

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVirtualGoRepository(args: GetVirtualGoRepositoryArgs, opts?: InvokeOptions): Promise<GetVirtualGoRepositoryResult>
    function getVirtualGoRepositoryOutput(args: GetVirtualGoRepositoryOutputArgs, opts?: InvokeOptions): Output<GetVirtualGoRepositoryResult>
    def get_virtual_go_repository(artifactory_requests_can_retrieve_remote_artifacts: Optional[bool] = None,
                                  default_deployment_repo: Optional[str] = None,
                                  description: Optional[str] = None,
                                  excludes_pattern: Optional[str] = None,
                                  external_dependencies_enabled: Optional[bool] = None,
                                  external_dependencies_patterns: Optional[Sequence[str]] = None,
                                  includes_pattern: Optional[str] = None,
                                  key: Optional[str] = None,
                                  notes: Optional[str] = None,
                                  project_environments: Optional[Sequence[str]] = None,
                                  project_key: Optional[str] = None,
                                  repo_layout_ref: Optional[str] = None,
                                  repositories: Optional[Sequence[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetVirtualGoRepositoryResult
    def get_virtual_go_repository_output(artifactory_requests_can_retrieve_remote_artifacts: Optional[pulumi.Input[bool]] = None,
                                  default_deployment_repo: Optional[pulumi.Input[str]] = None,
                                  description: Optional[pulumi.Input[str]] = None,
                                  excludes_pattern: Optional[pulumi.Input[str]] = None,
                                  external_dependencies_enabled: Optional[pulumi.Input[bool]] = None,
                                  external_dependencies_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  includes_pattern: Optional[pulumi.Input[str]] = None,
                                  key: Optional[pulumi.Input[str]] = None,
                                  notes: Optional[pulumi.Input[str]] = None,
                                  project_environments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  project_key: Optional[pulumi.Input[str]] = None,
                                  repo_layout_ref: Optional[pulumi.Input[str]] = None,
                                  repositories: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetVirtualGoRepositoryResult]
    func GetVirtualGoRepository(ctx *Context, args *GetVirtualGoRepositoryArgs, opts ...InvokeOption) (*GetVirtualGoRepositoryResult, error)
    func GetVirtualGoRepositoryOutput(ctx *Context, args *GetVirtualGoRepositoryOutputArgs, opts ...InvokeOption) GetVirtualGoRepositoryResultOutput

    > Note: This function is named GetVirtualGoRepository in the Go SDK.

    public static class GetVirtualGoRepository 
    {
        public static Task<GetVirtualGoRepositoryResult> InvokeAsync(GetVirtualGoRepositoryArgs args, InvokeOptions? opts = null)
        public static Output<GetVirtualGoRepositoryResult> Invoke(GetVirtualGoRepositoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualGoRepositoryResult> getVirtualGoRepository(GetVirtualGoRepositoryArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: artifactory:index/getVirtualGoRepository:getVirtualGoRepository
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Key string
    the identity key of the repo.
    ArtifactoryRequestsCanRetrieveRemoteArtifacts bool
    DefaultDeploymentRepo string
    Description string
    ExcludesPattern string
    ExternalDependenciesEnabled bool
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    ExternalDependenciesPatterns List<string>
    (Optional) 'go-import' Allow List on the UI.
    IncludesPattern string
    Notes string
    ProjectEnvironments List<string>
    ProjectKey string
    RepoLayoutRef string
    Repositories List<string>
    Key string
    the identity key of the repo.
    ArtifactoryRequestsCanRetrieveRemoteArtifacts bool
    DefaultDeploymentRepo string
    Description string
    ExcludesPattern string
    ExternalDependenciesEnabled bool
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    ExternalDependenciesPatterns []string
    (Optional) 'go-import' Allow List on the UI.
    IncludesPattern string
    Notes string
    ProjectEnvironments []string
    ProjectKey string
    RepoLayoutRef string
    Repositories []string
    key String
    the identity key of the repo.
    artifactoryRequestsCanRetrieveRemoteArtifacts Boolean
    defaultDeploymentRepo String
    description String
    excludesPattern String
    externalDependenciesEnabled Boolean
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    externalDependenciesPatterns List<String>
    (Optional) 'go-import' Allow List on the UI.
    includesPattern String
    notes String
    projectEnvironments List<String>
    projectKey String
    repoLayoutRef String
    repositories List<String>
    key string
    the identity key of the repo.
    artifactoryRequestsCanRetrieveRemoteArtifacts boolean
    defaultDeploymentRepo string
    description string
    excludesPattern string
    externalDependenciesEnabled boolean
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    externalDependenciesPatterns string[]
    (Optional) 'go-import' Allow List on the UI.
    includesPattern string
    notes string
    projectEnvironments string[]
    projectKey string
    repoLayoutRef string
    repositories string[]
    key str
    the identity key of the repo.
    artifactory_requests_can_retrieve_remote_artifacts bool
    default_deployment_repo str
    description str
    excludes_pattern str
    external_dependencies_enabled bool
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    external_dependencies_patterns Sequence[str]
    (Optional) 'go-import' Allow List on the UI.
    includes_pattern str
    notes str
    project_environments Sequence[str]
    project_key str
    repo_layout_ref str
    repositories Sequence[str]
    key String
    the identity key of the repo.
    artifactoryRequestsCanRetrieveRemoteArtifacts Boolean
    defaultDeploymentRepo String
    description String
    excludesPattern String
    externalDependenciesEnabled Boolean
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    externalDependenciesPatterns List<String>
    (Optional) 'go-import' Allow List on the UI.
    includesPattern String
    notes String
    projectEnvironments List<String>
    projectKey String
    repoLayoutRef String
    repositories List<String>

    getVirtualGoRepository Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Key string
    PackageType string
    ProjectEnvironments List<string>
    ArtifactoryRequestsCanRetrieveRemoteArtifacts bool
    DefaultDeploymentRepo string
    Description string
    ExcludesPattern string
    ExternalDependenciesEnabled bool
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    ExternalDependenciesPatterns List<string>
    (Optional) 'go-import' Allow List on the UI.
    IncludesPattern string
    Notes string
    ProjectKey string
    RepoLayoutRef string
    Repositories List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Key string
    PackageType string
    ProjectEnvironments []string
    ArtifactoryRequestsCanRetrieveRemoteArtifacts bool
    DefaultDeploymentRepo string
    Description string
    ExcludesPattern string
    ExternalDependenciesEnabled bool
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    ExternalDependenciesPatterns []string
    (Optional) 'go-import' Allow List on the UI.
    IncludesPattern string
    Notes string
    ProjectKey string
    RepoLayoutRef string
    Repositories []string
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    packageType String
    projectEnvironments List<String>
    artifactoryRequestsCanRetrieveRemoteArtifacts Boolean
    defaultDeploymentRepo String
    description String
    excludesPattern String
    externalDependenciesEnabled Boolean
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    externalDependenciesPatterns List<String>
    (Optional) 'go-import' Allow List on the UI.
    includesPattern String
    notes String
    projectKey String
    repoLayoutRef String
    repositories List<String>
    id string
    The provider-assigned unique ID for this managed resource.
    key string
    packageType string
    projectEnvironments string[]
    artifactoryRequestsCanRetrieveRemoteArtifacts boolean
    defaultDeploymentRepo string
    description string
    excludesPattern string
    externalDependenciesEnabled boolean
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    externalDependenciesPatterns string[]
    (Optional) 'go-import' Allow List on the UI.
    includesPattern string
    notes string
    projectKey string
    repoLayoutRef string
    repositories string[]
    id str
    The provider-assigned unique ID for this managed resource.
    key str
    package_type str
    project_environments Sequence[str]
    artifactory_requests_can_retrieve_remote_artifacts bool
    default_deployment_repo str
    description str
    excludes_pattern str
    external_dependencies_enabled bool
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    external_dependencies_patterns Sequence[str]
    (Optional) 'go-import' Allow List on the UI.
    includes_pattern str
    notes str
    project_key str
    repo_layout_ref str
    repositories Sequence[str]
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    packageType String
    projectEnvironments List<String>
    artifactoryRequestsCanRetrieveRemoteArtifacts Boolean
    defaultDeploymentRepo String
    description String
    excludesPattern String
    externalDependenciesEnabled Boolean
    (Optional) Shorthand for "Enable 'go-import' Meta Tags" on the UI. This must be set to true in order to use the allow list. When checked (default), Artifactory will automatically follow remote VCS roots in 'go-import' meta tags to download remote modules.
    externalDependenciesPatterns List<String>
    (Optional) 'go-import' Allow List on the UI.
    includesPattern String
    notes String
    projectKey String
    repoLayoutRef String
    repositories List<String>

    Package Details

    Repository
    artifactory pulumi/pulumi-artifactory
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the artifactory Terraform Provider.
    artifactory logo
    artifactory v6.7.1 published on Friday, Apr 26, 2024 by Pulumi