1. Packages
  2. Artifactory
  3. API Docs
  4. getLocalConanRepository
artifactory v6.4.2 published on Thursday, Mar 28, 2024 by Pulumi

artifactory.getLocalConanRepository

Explore with Pulumi AI

artifactory logo
artifactory v6.4.2 published on Thursday, Mar 28, 2024 by Pulumi

    Retrieves a local conan repository.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as artifactory from "@pulumi/artifactory";
    
    const local-test-conan-repo = artifactory.getLocalConanRepository({
        key: "local-test-conan-repo",
    });
    
    import pulumi
    import pulumi_artifactory as artifactory
    
    local_test_conan_repo = artifactory.get_local_conan_repository(key="local-test-conan-repo")
    
    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.LookupLocalConanRepository(ctx, &artifactory.LookupLocalConanRepositoryArgs{
    			Key: "local-test-conan-repo",
    		}, 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 local_test_conan_repo = Artifactory.GetLocalConanRepository.Invoke(new()
        {
            Key = "local-test-conan-repo",
        });
    
    });
    
    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.GetLocalConanRepositoryArgs;
    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 local-test-conan-repo = ArtifactoryFunctions.getLocalConanRepository(GetLocalConanRepositoryArgs.builder()
                .key("local-test-conan-repo")
                .build());
    
        }
    }
    
    variables:
      local-test-conan-repo:
        fn::invoke:
          Function: artifactory:getLocalConanRepository
          Arguments:
            key: local-test-conan-repo
    

    Using getLocalConanRepository

    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 getLocalConanRepository(args: GetLocalConanRepositoryArgs, opts?: InvokeOptions): Promise<GetLocalConanRepositoryResult>
    function getLocalConanRepositoryOutput(args: GetLocalConanRepositoryOutputArgs, opts?: InvokeOptions): Output<GetLocalConanRepositoryResult>
    def get_local_conan_repository(archive_browsing_enabled: Optional[bool] = None,
                                   blacked_out: Optional[bool] = None,
                                   cdn_redirect: Optional[bool] = None,
                                   description: Optional[str] = None,
                                   download_direct: Optional[bool] = None,
                                   excludes_pattern: Optional[str] = None,
                                   force_conan_authentication: Optional[bool] = None,
                                   includes_pattern: Optional[str] = None,
                                   key: Optional[str] = None,
                                   notes: Optional[str] = None,
                                   priority_resolution: Optional[bool] = None,
                                   project_environments: Optional[Sequence[str]] = None,
                                   project_key: Optional[str] = None,
                                   property_sets: Optional[Sequence[str]] = None,
                                   repo_layout_ref: Optional[str] = None,
                                   xray_index: Optional[bool] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetLocalConanRepositoryResult
    def get_local_conan_repository_output(archive_browsing_enabled: Optional[pulumi.Input[bool]] = None,
                                   blacked_out: Optional[pulumi.Input[bool]] = None,
                                   cdn_redirect: Optional[pulumi.Input[bool]] = None,
                                   description: Optional[pulumi.Input[str]] = None,
                                   download_direct: Optional[pulumi.Input[bool]] = None,
                                   excludes_pattern: Optional[pulumi.Input[str]] = None,
                                   force_conan_authentication: Optional[pulumi.Input[bool]] = None,
                                   includes_pattern: Optional[pulumi.Input[str]] = None,
                                   key: Optional[pulumi.Input[str]] = None,
                                   notes: Optional[pulumi.Input[str]] = None,
                                   priority_resolution: Optional[pulumi.Input[bool]] = None,
                                   project_environments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   project_key: Optional[pulumi.Input[str]] = None,
                                   property_sets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   repo_layout_ref: Optional[pulumi.Input[str]] = None,
                                   xray_index: Optional[pulumi.Input[bool]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetLocalConanRepositoryResult]
    func LookupLocalConanRepository(ctx *Context, args *LookupLocalConanRepositoryArgs, opts ...InvokeOption) (*LookupLocalConanRepositoryResult, error)
    func LookupLocalConanRepositoryOutput(ctx *Context, args *LookupLocalConanRepositoryOutputArgs, opts ...InvokeOption) LookupLocalConanRepositoryResultOutput

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

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

    The following arguments are supported:

    Key string
    the identity key of the repo.
    ArchiveBrowsingEnabled bool
    BlackedOut bool
    CdnRedirect bool
    Description string
    DownloadDirect bool
    ExcludesPattern string
    ForceConanAuthentication bool
    Force basic authentication credentials in order to use this repository. Default is false.
    IncludesPattern string
    Notes string
    PriorityResolution bool
    ProjectEnvironments List<string>
    ProjectKey string
    PropertySets List<string>
    RepoLayoutRef string
    XrayIndex bool
    Key string
    the identity key of the repo.
    ArchiveBrowsingEnabled bool
    BlackedOut bool
    CdnRedirect bool
    Description string
    DownloadDirect bool
    ExcludesPattern string
    ForceConanAuthentication bool
    Force basic authentication credentials in order to use this repository. Default is false.
    IncludesPattern string
    Notes string
    PriorityResolution bool
    ProjectEnvironments []string
    ProjectKey string
    PropertySets []string
    RepoLayoutRef string
    XrayIndex bool
    key String
    the identity key of the repo.
    archiveBrowsingEnabled Boolean
    blackedOut Boolean
    cdnRedirect Boolean
    description String
    downloadDirect Boolean
    excludesPattern String
    forceConanAuthentication Boolean
    Force basic authentication credentials in order to use this repository. Default is false.
    includesPattern String
    notes String
    priorityResolution Boolean
    projectEnvironments List<String>
    projectKey String
    propertySets List<String>
    repoLayoutRef String
    xrayIndex Boolean
    key string
    the identity key of the repo.
    archiveBrowsingEnabled boolean
    blackedOut boolean
    cdnRedirect boolean
    description string
    downloadDirect boolean
    excludesPattern string
    forceConanAuthentication boolean
    Force basic authentication credentials in order to use this repository. Default is false.
    includesPattern string
    notes string
    priorityResolution boolean
    projectEnvironments string[]
    projectKey string
    propertySets string[]
    repoLayoutRef string
    xrayIndex boolean
    key str
    the identity key of the repo.
    archive_browsing_enabled bool
    blacked_out bool
    cdn_redirect bool
    description str
    download_direct bool
    excludes_pattern str
    force_conan_authentication bool
    Force basic authentication credentials in order to use this repository. Default is false.
    includes_pattern str
    notes str
    priority_resolution bool
    project_environments Sequence[str]
    project_key str
    property_sets Sequence[str]
    repo_layout_ref str
    xray_index bool
    key String
    the identity key of the repo.
    archiveBrowsingEnabled Boolean
    blackedOut Boolean
    cdnRedirect Boolean
    description String
    downloadDirect Boolean
    excludesPattern String
    forceConanAuthentication Boolean
    Force basic authentication credentials in order to use this repository. Default is false.
    includesPattern String
    notes String
    priorityResolution Boolean
    projectEnvironments List<String>
    projectKey String
    propertySets List<String>
    repoLayoutRef String
    xrayIndex Boolean

    getLocalConanRepository Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Key string
    the identity key of the repo.
    PackageType string
    ProjectEnvironments List<string>
    ArchiveBrowsingEnabled bool
    BlackedOut bool
    CdnRedirect bool
    Description string
    DownloadDirect bool
    ExcludesPattern string
    ForceConanAuthentication bool
    Force basic authentication credentials in order to use this repository. Default is false.
    IncludesPattern string
    Notes string
    PriorityResolution bool
    ProjectKey string
    PropertySets List<string>
    RepoLayoutRef string
    XrayIndex bool
    Id string
    The provider-assigned unique ID for this managed resource.
    Key string
    the identity key of the repo.
    PackageType string
    ProjectEnvironments []string
    ArchiveBrowsingEnabled bool
    BlackedOut bool
    CdnRedirect bool
    Description string
    DownloadDirect bool
    ExcludesPattern string
    ForceConanAuthentication bool
    Force basic authentication credentials in order to use this repository. Default is false.
    IncludesPattern string
    Notes string
    PriorityResolution bool
    ProjectKey string
    PropertySets []string
    RepoLayoutRef string
    XrayIndex bool
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    the identity key of the repo.
    packageType String
    projectEnvironments List<String>
    archiveBrowsingEnabled Boolean
    blackedOut Boolean
    cdnRedirect Boolean
    description String
    downloadDirect Boolean
    excludesPattern String
    forceConanAuthentication Boolean
    Force basic authentication credentials in order to use this repository. Default is false.
    includesPattern String
    notes String
    priorityResolution Boolean
    projectKey String
    propertySets List<String>
    repoLayoutRef String
    xrayIndex Boolean
    id string
    The provider-assigned unique ID for this managed resource.
    key string
    the identity key of the repo.
    packageType string
    projectEnvironments string[]
    archiveBrowsingEnabled boolean
    blackedOut boolean
    cdnRedirect boolean
    description string
    downloadDirect boolean
    excludesPattern string
    forceConanAuthentication boolean
    Force basic authentication credentials in order to use this repository. Default is false.
    includesPattern string
    notes string
    priorityResolution boolean
    projectKey string
    propertySets string[]
    repoLayoutRef string
    xrayIndex boolean
    id str
    The provider-assigned unique ID for this managed resource.
    key str
    the identity key of the repo.
    package_type str
    project_environments Sequence[str]
    archive_browsing_enabled bool
    blacked_out bool
    cdn_redirect bool
    description str
    download_direct bool
    excludes_pattern str
    force_conan_authentication bool
    Force basic authentication credentials in order to use this repository. Default is false.
    includes_pattern str
    notes str
    priority_resolution bool
    project_key str
    property_sets Sequence[str]
    repo_layout_ref str
    xray_index bool
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    the identity key of the repo.
    packageType String
    projectEnvironments List<String>
    archiveBrowsingEnabled Boolean
    blackedOut Boolean
    cdnRedirect Boolean
    description String
    downloadDirect Boolean
    excludesPattern String
    forceConanAuthentication Boolean
    Force basic authentication credentials in order to use this repository. Default is false.
    includesPattern String
    notes String
    priorityResolution Boolean
    projectKey String
    propertySets List<String>
    repoLayoutRef String
    xrayIndex Boolean

    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.4.2 published on Thursday, Mar 28, 2024 by Pulumi