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

artifactory.getVirtualRpmRepository

Explore with Pulumi AI

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

    Retrieves a virtual Rpm repository.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as artifactory from "@pulumi/artifactory";
    
    const virtual-rpm = artifactory.getVirtualRpmRepository({
        key: "virtual-rpm",
    });
    
    import pulumi
    import pulumi_artifactory as artifactory
    
    virtual_rpm = artifactory.get_virtual_rpm_repository(key="virtual-rpm")
    
    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.LookupVirtualRpmRepository(ctx, &artifactory.LookupVirtualRpmRepositoryArgs{
    			Key: "virtual-rpm",
    		}, 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_rpm = Artifactory.GetVirtualRpmRepository.Invoke(new()
        {
            Key = "virtual-rpm",
        });
    
    });
    
    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.GetVirtualRpmRepositoryArgs;
    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-rpm = ArtifactoryFunctions.getVirtualRpmRepository(GetVirtualRpmRepositoryArgs.builder()
                .key("virtual-rpm")
                .build());
    
        }
    }
    
    variables:
      virtual-rpm:
        fn::invoke:
          Function: artifactory:getVirtualRpmRepository
          Arguments:
            key: virtual-rpm
    

    Using getVirtualRpmRepository

    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 getVirtualRpmRepository(args: GetVirtualRpmRepositoryArgs, opts?: InvokeOptions): Promise<GetVirtualRpmRepositoryResult>
    function getVirtualRpmRepositoryOutput(args: GetVirtualRpmRepositoryOutputArgs, opts?: InvokeOptions): Output<GetVirtualRpmRepositoryResult>
    def get_virtual_rpm_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,
                                   includes_pattern: Optional[str] = None,
                                   key: Optional[str] = None,
                                   notes: Optional[str] = None,
                                   primary_keypair_ref: 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,
                                   secondary_keypair_ref: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetVirtualRpmRepositoryResult
    def get_virtual_rpm_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,
                                   includes_pattern: Optional[pulumi.Input[str]] = None,
                                   key: Optional[pulumi.Input[str]] = None,
                                   notes: Optional[pulumi.Input[str]] = None,
                                   primary_keypair_ref: 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,
                                   secondary_keypair_ref: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetVirtualRpmRepositoryResult]
    func LookupVirtualRpmRepository(ctx *Context, args *LookupVirtualRpmRepositoryArgs, opts ...InvokeOption) (*LookupVirtualRpmRepositoryResult, error)
    func LookupVirtualRpmRepositoryOutput(ctx *Context, args *LookupVirtualRpmRepositoryOutputArgs, opts ...InvokeOption) LookupVirtualRpmRepositoryResultOutput

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

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

    The following arguments are supported:

    Key string
    the identity key of the repo.
    ArtifactoryRequestsCanRetrieveRemoteArtifacts bool
    DefaultDeploymentRepo string
    Description string
    ExcludesPattern string
    IncludesPattern string
    Notes string
    PrimaryKeypairRef string
    (Optional) The primary GPG key to be used to sign packages.
    ProjectEnvironments List<string>
    ProjectKey string
    RepoLayoutRef string
    Repositories List<string>
    SecondaryKeypairRef string
    (Optional) The secondary GPG key to be used to sign packages.
    Key string
    the identity key of the repo.
    ArtifactoryRequestsCanRetrieveRemoteArtifacts bool
    DefaultDeploymentRepo string
    Description string
    ExcludesPattern string
    IncludesPattern string
    Notes string
    PrimaryKeypairRef string
    (Optional) The primary GPG key to be used to sign packages.
    ProjectEnvironments []string
    ProjectKey string
    RepoLayoutRef string
    Repositories []string
    SecondaryKeypairRef string
    (Optional) The secondary GPG key to be used to sign packages.
    key String
    the identity key of the repo.
    artifactoryRequestsCanRetrieveRemoteArtifacts Boolean
    defaultDeploymentRepo String
    description String
    excludesPattern String
    includesPattern String
    notes String
    primaryKeypairRef String
    (Optional) The primary GPG key to be used to sign packages.
    projectEnvironments List<String>
    projectKey String
    repoLayoutRef String
    repositories List<String>
    secondaryKeypairRef String
    (Optional) The secondary GPG key to be used to sign packages.
    key string
    the identity key of the repo.
    artifactoryRequestsCanRetrieveRemoteArtifacts boolean
    defaultDeploymentRepo string
    description string
    excludesPattern string
    includesPattern string
    notes string
    primaryKeypairRef string
    (Optional) The primary GPG key to be used to sign packages.
    projectEnvironments string[]
    projectKey string
    repoLayoutRef string
    repositories string[]
    secondaryKeypairRef string
    (Optional) The secondary GPG key to be used to sign packages.
    key str
    the identity key of the repo.
    artifactory_requests_can_retrieve_remote_artifacts bool
    default_deployment_repo str
    description str
    excludes_pattern str
    includes_pattern str
    notes str
    primary_keypair_ref str
    (Optional) The primary GPG key to be used to sign packages.
    project_environments Sequence[str]
    project_key str
    repo_layout_ref str
    repositories Sequence[str]
    secondary_keypair_ref str
    (Optional) The secondary GPG key to be used to sign packages.
    key String
    the identity key of the repo.
    artifactoryRequestsCanRetrieveRemoteArtifacts Boolean
    defaultDeploymentRepo String
    description String
    excludesPattern String
    includesPattern String
    notes String
    primaryKeypairRef String
    (Optional) The primary GPG key to be used to sign packages.
    projectEnvironments List<String>
    projectKey String
    repoLayoutRef String
    repositories List<String>
    secondaryKeypairRef String
    (Optional) The secondary GPG key to be used to sign packages.

    getVirtualRpmRepository 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
    IncludesPattern string
    Notes string
    PrimaryKeypairRef string
    (Optional) The primary GPG key to be used to sign packages.
    ProjectKey string
    RepoLayoutRef string
    Repositories List<string>
    SecondaryKeypairRef string
    (Optional) The secondary GPG key to be used to sign packages.
    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
    IncludesPattern string
    Notes string
    PrimaryKeypairRef string
    (Optional) The primary GPG key to be used to sign packages.
    ProjectKey string
    RepoLayoutRef string
    Repositories []string
    SecondaryKeypairRef string
    (Optional) The secondary GPG key to be used to sign packages.
    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
    includesPattern String
    notes String
    primaryKeypairRef String
    (Optional) The primary GPG key to be used to sign packages.
    projectKey String
    repoLayoutRef String
    repositories List<String>
    secondaryKeypairRef String
    (Optional) The secondary GPG key to be used to sign packages.
    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
    includesPattern string
    notes string
    primaryKeypairRef string
    (Optional) The primary GPG key to be used to sign packages.
    projectKey string
    repoLayoutRef string
    repositories string[]
    secondaryKeypairRef string
    (Optional) The secondary GPG key to be used to sign packages.
    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
    includes_pattern str
    notes str
    primary_keypair_ref str
    (Optional) The primary GPG key to be used to sign packages.
    project_key str
    repo_layout_ref str
    repositories Sequence[str]
    secondary_keypair_ref str
    (Optional) The secondary GPG key to be used to sign packages.
    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
    includesPattern String
    notes String
    primaryKeypairRef String
    (Optional) The primary GPG key to be used to sign packages.
    projectKey String
    repoLayoutRef String
    repositories List<String>
    secondaryKeypairRef String
    (Optional) The secondary GPG key to be used to sign packages.

    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