artifactory v8.8.1 published on Wednesday, Apr 9, 2025 by Pulumi
artifactory.getLocalBowerRepository
Explore with Pulumi AI
Retrieves a local Bower repository.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as artifactory from "@pulumi/artifactory";
const local_test_bower_repo = artifactory.getLocalBowerRepository({
    key: "local-test-bower-repo",
});
import pulumi
import pulumi_artifactory as artifactory
local_test_bower_repo = artifactory.get_local_bower_repository(key="local-test-bower-repo")
package main
import (
	"github.com/pulumi/pulumi-artifactory/sdk/v8/go/artifactory"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := artifactory.LookupLocalBowerRepository(ctx, &artifactory.LookupLocalBowerRepositoryArgs{
			Key: "local-test-bower-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_bower_repo = Artifactory.GetLocalBowerRepository.Invoke(new()
    {
        Key = "local-test-bower-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.GetLocalBowerRepositoryArgs;
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-bower-repo = ArtifactoryFunctions.getLocalBowerRepository(GetLocalBowerRepositoryArgs.builder()
            .key("local-test-bower-repo")
            .build());
    }
}
variables:
  local-test-bower-repo:
    fn::invoke:
      function: artifactory:getLocalBowerRepository
      arguments:
        key: local-test-bower-repo
Using getLocalBowerRepository
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 getLocalBowerRepository(args: GetLocalBowerRepositoryArgs, opts?: InvokeOptions): Promise<GetLocalBowerRepositoryResult>
function getLocalBowerRepositoryOutput(args: GetLocalBowerRepositoryOutputArgs, opts?: InvokeOptions): Output<GetLocalBowerRepositoryResult>def get_local_bower_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,
                               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) -> GetLocalBowerRepositoryResult
def get_local_bower_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,
                               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[GetLocalBowerRepositoryResult]func LookupLocalBowerRepository(ctx *Context, args *LookupLocalBowerRepositoryArgs, opts ...InvokeOption) (*LookupLocalBowerRepositoryResult, error)
func LookupLocalBowerRepositoryOutput(ctx *Context, args *LookupLocalBowerRepositoryOutputArgs, opts ...InvokeOption) LookupLocalBowerRepositoryResultOutput> Note: This function is named LookupLocalBowerRepository in the Go SDK.
public static class GetLocalBowerRepository 
{
    public static Task<GetLocalBowerRepositoryResult> InvokeAsync(GetLocalBowerRepositoryArgs args, InvokeOptions? opts = null)
    public static Output<GetLocalBowerRepositoryResult> Invoke(GetLocalBowerRepositoryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLocalBowerRepositoryResult> getLocalBowerRepository(GetLocalBowerRepositoryArgs args, InvokeOptions options)
public static Output<GetLocalBowerRepositoryResult> getLocalBowerRepository(GetLocalBowerRepositoryArgs args, InvokeOptions options)
fn::invoke:
  function: artifactory:index/getLocalBowerRepository:getLocalBowerRepository
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Key string
 - (Required) the identity key of the repo.
 - Archive
Browsing boolEnabled  - Blacked
Out bool - Cdn
Redirect bool - Description string
 - (Optional)
 - Download
Direct bool - Excludes
Pattern string - Includes
Pattern string - Notes string
 - (Optional)
 - Priority
Resolution bool - Project
Environments List<string> - Project
Key string - Property
Sets List<string> - Repo
Layout stringRef  - Xray
Index bool 
- Key string
 - (Required) the identity key of the repo.
 - Archive
Browsing boolEnabled  - Blacked
Out bool - Cdn
Redirect bool - Description string
 - (Optional)
 - Download
Direct bool - Excludes
Pattern string - Includes
Pattern string - Notes string
 - (Optional)
 - Priority
Resolution bool - Project
Environments []string - Project
Key string - Property
Sets []string - Repo
Layout stringRef  - Xray
Index bool 
- key String
 - (Required) the identity key of the repo.
 - archive
Browsing BooleanEnabled  - blacked
Out Boolean - cdn
Redirect Boolean - description String
 - (Optional)
 - download
Direct Boolean - excludes
Pattern String - includes
Pattern String - notes String
 - (Optional)
 - priority
Resolution Boolean - project
Environments List<String> - project
Key String - property
Sets List<String> - repo
Layout StringRef  - xray
Index Boolean 
- key string
 - (Required) the identity key of the repo.
 - archive
Browsing booleanEnabled  - blacked
Out boolean - cdn
Redirect boolean - description string
 - (Optional)
 - download
Direct boolean - excludes
Pattern string - includes
Pattern string - notes string
 - (Optional)
 - priority
Resolution boolean - project
Environments string[] - project
Key string - property
Sets string[] - repo
Layout stringRef  - xray
Index boolean 
- key str
 - (Required) the identity key of the repo.
 - archive_
browsing_ boolenabled  - blacked_
out bool - cdn_
redirect bool - description str
 - (Optional)
 - download_
direct bool - excludes_
pattern str - includes_
pattern str - notes str
 - (Optional)
 - priority_
resolution bool - project_
environments Sequence[str] - project_
key str - property_
sets Sequence[str] - repo_
layout_ strref  - xray_
index bool 
- key String
 - (Required) the identity key of the repo.
 - archive
Browsing BooleanEnabled  - blacked
Out Boolean - cdn
Redirect Boolean - description String
 - (Optional)
 - download
Direct Boolean - excludes
Pattern String - includes
Pattern String - notes String
 - (Optional)
 - priority
Resolution Boolean - project
Environments List<String> - project
Key String - property
Sets List<String> - repo
Layout StringRef  - xray
Index Boolean 
getLocalBowerRepository Result
The following output properties are available:
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Key string
 - (Required) the identity key of the repo.
 - Package
Type string - Project
Environments List<string> - Archive
Browsing boolEnabled  - Blacked
Out bool - Cdn
Redirect bool - Description string
 - (Optional)
 - Download
Direct bool - Excludes
Pattern string - Includes
Pattern string - Notes string
 - (Optional)
 - Priority
Resolution bool - Project
Key string - Property
Sets List<string> - Repo
Layout stringRef  - Xray
Index bool 
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Key string
 - (Required) the identity key of the repo.
 - Package
Type string - Project
Environments []string - Archive
Browsing boolEnabled  - Blacked
Out bool - Cdn
Redirect bool - Description string
 - (Optional)
 - Download
Direct bool - Excludes
Pattern string - Includes
Pattern string - Notes string
 - (Optional)
 - Priority
Resolution bool - Project
Key string - Property
Sets []string - Repo
Layout stringRef  - Xray
Index bool 
- id String
 - The provider-assigned unique ID for this managed resource.
 - key String
 - (Required) the identity key of the repo.
 - package
Type String - project
Environments List<String> - archive
Browsing BooleanEnabled  - blacked
Out Boolean - cdn
Redirect Boolean - description String
 - (Optional)
 - download
Direct Boolean - excludes
Pattern String - includes
Pattern String - notes String
 - (Optional)
 - priority
Resolution Boolean - project
Key String - property
Sets List<String> - repo
Layout StringRef  - xray
Index Boolean 
- id string
 - The provider-assigned unique ID for this managed resource.
 - key string
 - (Required) the identity key of the repo.
 - package
Type string - project
Environments string[] - archive
Browsing booleanEnabled  - blacked
Out boolean - cdn
Redirect boolean - description string
 - (Optional)
 - download
Direct boolean - excludes
Pattern string - includes
Pattern string - notes string
 - (Optional)
 - priority
Resolution boolean - project
Key string - property
Sets string[] - repo
Layout stringRef  - xray
Index boolean 
- id str
 - The provider-assigned unique ID for this managed resource.
 - key str
 - (Required) the identity key of the repo.
 - package_
type str - project_
environments Sequence[str] - archive_
browsing_ boolenabled  - blacked_
out bool - cdn_
redirect bool - description str
 - (Optional)
 - download_
direct bool - excludes_
pattern str - includes_
pattern str - notes str
 - (Optional)
 - priority_
resolution bool - project_
key str - property_
sets Sequence[str] - repo_
layout_ strref  - xray_
index bool 
- id String
 - The provider-assigned unique ID for this managed resource.
 - key String
 - (Required) the identity key of the repo.
 - package
Type String - project
Environments List<String> - archive
Browsing BooleanEnabled  - blacked
Out Boolean - cdn
Redirect Boolean - description String
 - (Optional)
 - download
Direct Boolean - excludes
Pattern String - includes
Pattern String - notes String
 - (Optional)
 - priority
Resolution Boolean - project
Key String - property
Sets List<String> - repo
Layout StringRef  - xray
Index Boolean 
Package Details
- Repository
 - artifactory pulumi/pulumi-artifactory
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
artifactoryTerraform Provider.