artifactory v6.8.4 published on Thursday, Jun 6, 2024 by Pulumi
artifactory.getFederatedSbtRepository
Explore with Pulumi AI
Retrieves a federated SBT repository.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as artifactory from "@pulumi/artifactory";
const federated-test-sbt-repo = artifactory.getFederatedSbtRepository({
key: "federated-test-sbt-repo",
});
import pulumi
import pulumi_artifactory as artifactory
federated_test_sbt_repo = artifactory.get_federated_sbt_repository(key="federated-test-sbt-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.LookupFederatedSbtRepository(ctx, &artifactory.LookupFederatedSbtRepositoryArgs{
Key: "federated-test-sbt-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 federated_test_sbt_repo = Artifactory.GetFederatedSbtRepository.Invoke(new()
{
Key = "federated-test-sbt-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.GetFederatedSbtRepositoryArgs;
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 federated-test-sbt-repo = ArtifactoryFunctions.getFederatedSbtRepository(GetFederatedSbtRepositoryArgs.builder()
.key("federated-test-sbt-repo")
.build());
}
}
variables:
federated-test-sbt-repo:
fn::invoke:
Function: artifactory:getFederatedSbtRepository
Arguments:
key: federated-test-sbt-repo
Using getFederatedSbtRepository
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 getFederatedSbtRepository(args: GetFederatedSbtRepositoryArgs, opts?: InvokeOptions): Promise<GetFederatedSbtRepositoryResult>
function getFederatedSbtRepositoryOutput(args: GetFederatedSbtRepositoryOutputArgs, opts?: InvokeOptions): Output<GetFederatedSbtRepositoryResult>
def get_federated_sbt_repository(archive_browsing_enabled: Optional[bool] = None,
blacked_out: Optional[bool] = None,
cdn_redirect: Optional[bool] = None,
checksum_policy_type: Optional[str] = None,
cleanup_on_delete: Optional[bool] = None,
description: Optional[str] = None,
disable_proxy: Optional[bool] = None,
download_direct: Optional[bool] = None,
excludes_pattern: Optional[str] = None,
handle_releases: Optional[bool] = None,
handle_snapshots: Optional[bool] = None,
includes_pattern: Optional[str] = None,
key: Optional[str] = None,
max_unique_snapshots: Optional[int] = None,
members: Optional[Sequence[GetFederatedSbtRepositoryMember]] = 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,
proxy: Optional[str] = None,
repo_layout_ref: Optional[str] = None,
snapshot_version_behavior: Optional[str] = None,
suppress_pom_consistency_checks: Optional[bool] = None,
xray_index: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetFederatedSbtRepositoryResult
def get_federated_sbt_repository_output(archive_browsing_enabled: Optional[pulumi.Input[bool]] = None,
blacked_out: Optional[pulumi.Input[bool]] = None,
cdn_redirect: Optional[pulumi.Input[bool]] = None,
checksum_policy_type: Optional[pulumi.Input[str]] = None,
cleanup_on_delete: Optional[pulumi.Input[bool]] = None,
description: Optional[pulumi.Input[str]] = None,
disable_proxy: Optional[pulumi.Input[bool]] = None,
download_direct: Optional[pulumi.Input[bool]] = None,
excludes_pattern: Optional[pulumi.Input[str]] = None,
handle_releases: Optional[pulumi.Input[bool]] = None,
handle_snapshots: Optional[pulumi.Input[bool]] = None,
includes_pattern: Optional[pulumi.Input[str]] = None,
key: Optional[pulumi.Input[str]] = None,
max_unique_snapshots: Optional[pulumi.Input[int]] = None,
members: Optional[pulumi.Input[Sequence[pulumi.Input[GetFederatedSbtRepositoryMemberArgs]]]] = 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,
proxy: Optional[pulumi.Input[str]] = None,
repo_layout_ref: Optional[pulumi.Input[str]] = None,
snapshot_version_behavior: Optional[pulumi.Input[str]] = None,
suppress_pom_consistency_checks: Optional[pulumi.Input[bool]] = None,
xray_index: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFederatedSbtRepositoryResult]
func LookupFederatedSbtRepository(ctx *Context, args *LookupFederatedSbtRepositoryArgs, opts ...InvokeOption) (*LookupFederatedSbtRepositoryResult, error)
func LookupFederatedSbtRepositoryOutput(ctx *Context, args *LookupFederatedSbtRepositoryOutputArgs, opts ...InvokeOption) LookupFederatedSbtRepositoryResultOutput
> Note: This function is named LookupFederatedSbtRepository
in the Go SDK.
public static class GetFederatedSbtRepository
{
public static Task<GetFederatedSbtRepositoryResult> InvokeAsync(GetFederatedSbtRepositoryArgs args, InvokeOptions? opts = null)
public static Output<GetFederatedSbtRepositoryResult> Invoke(GetFederatedSbtRepositoryInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFederatedSbtRepositoryResult> getFederatedSbtRepository(GetFederatedSbtRepositoryArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: artifactory:index/getFederatedSbtRepository:getFederatedSbtRepository
arguments:
# arguments dictionary
The following arguments are supported:
- Key string
- the identity key of the repo.
- Archive
Browsing boolEnabled - Blacked
Out bool - Cdn
Redirect bool - Checksum
Policy stringType - Cleanup
On boolDelete - Description string
- Disable
Proxy bool - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - Download
Direct bool - Excludes
Pattern string - Handle
Releases bool - Handle
Snapshots bool - Includes
Pattern string - Max
Unique intSnapshots - Members
List<Get
Federated Sbt Repository Member> - The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - Notes string
- Priority
Resolution bool - Project
Environments List<string> - Project
Key string - Property
Sets List<string> - Proxy string
- Proxy key from Artifactory Proxies settings.
- Repo
Layout stringRef - Snapshot
Version stringBehavior - Suppress
Pom boolConsistency Checks - Xray
Index bool
- Key string
- the identity key of the repo.
- Archive
Browsing boolEnabled - Blacked
Out bool - Cdn
Redirect bool - Checksum
Policy stringType - Cleanup
On boolDelete - Description string
- Disable
Proxy bool - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - Download
Direct bool - Excludes
Pattern string - Handle
Releases bool - Handle
Snapshots bool - Includes
Pattern string - Max
Unique intSnapshots - Members
[]Get
Federated Sbt Repository Member - The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - Notes string
- Priority
Resolution bool - Project
Environments []string - Project
Key string - Property
Sets []string - Proxy string
- Proxy key from Artifactory Proxies settings.
- Repo
Layout stringRef - Snapshot
Version stringBehavior - Suppress
Pom boolConsistency Checks - Xray
Index bool
- key String
- the identity key of the repo.
- archive
Browsing BooleanEnabled - blacked
Out Boolean - cdn
Redirect Boolean - checksum
Policy StringType - cleanup
On BooleanDelete - description String
- disable
Proxy Boolean - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - download
Direct Boolean - excludes
Pattern String - handle
Releases Boolean - handle
Snapshots Boolean - includes
Pattern String - max
Unique IntegerSnapshots - members
List<Get
Federated Sbt Repository Member> - The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - notes String
- priority
Resolution Boolean - project
Environments List<String> - project
Key String - property
Sets List<String> - proxy String
- Proxy key from Artifactory Proxies settings.
- repo
Layout StringRef - snapshot
Version StringBehavior - suppress
Pom BooleanConsistency Checks - xray
Index Boolean
- key string
- the identity key of the repo.
- archive
Browsing booleanEnabled - blacked
Out boolean - cdn
Redirect boolean - checksum
Policy stringType - cleanup
On booleanDelete - description string
- disable
Proxy boolean - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - download
Direct boolean - excludes
Pattern string - handle
Releases boolean - handle
Snapshots boolean - includes
Pattern string - max
Unique numberSnapshots - members
Get
Federated Sbt Repository Member[] - The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - notes string
- priority
Resolution boolean - project
Environments string[] - project
Key string - property
Sets string[] - proxy string
- Proxy key from Artifactory Proxies settings.
- repo
Layout stringRef - snapshot
Version stringBehavior - suppress
Pom booleanConsistency Checks - xray
Index boolean
- key str
- the identity key of the repo.
- archive_
browsing_ boolenabled - blacked_
out bool - cdn_
redirect bool - checksum_
policy_ strtype - cleanup_
on_ booldelete - description str
- disable_
proxy bool - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - download_
direct bool - excludes_
pattern str - handle_
releases bool - handle_
snapshots bool - includes_
pattern str - max_
unique_ intsnapshots - members
Sequence[Get
Federated Sbt Repository Member] - The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - notes str
- priority_
resolution bool - project_
environments Sequence[str] - project_
key str - property_
sets Sequence[str] - proxy str
- Proxy key from Artifactory Proxies settings.
- repo_
layout_ strref - snapshot_
version_ strbehavior - suppress_
pom_ boolconsistency_ checks - xray_
index bool
- key String
- the identity key of the repo.
- archive
Browsing BooleanEnabled - blacked
Out Boolean - cdn
Redirect Boolean - checksum
Policy StringType - cleanup
On BooleanDelete - description String
- disable
Proxy Boolean - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - download
Direct Boolean - excludes
Pattern String - handle
Releases Boolean - handle
Snapshots Boolean - includes
Pattern String - max
Unique NumberSnapshots - members List<Property Map>
- The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - notes String
- priority
Resolution Boolean - project
Environments List<String> - project
Key String - property
Sets List<String> - proxy String
- Proxy key from Artifactory Proxies settings.
- repo
Layout StringRef - snapshot
Version StringBehavior - suppress
Pom BooleanConsistency Checks - xray
Index Boolean
getFederatedSbtRepository Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Key string
- Package
Type string - Project
Environments List<string> - Archive
Browsing boolEnabled - Blacked
Out bool - Cdn
Redirect bool - Checksum
Policy stringType - Cleanup
On boolDelete - Description string
- Disable
Proxy bool - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - Download
Direct bool - Excludes
Pattern string - Handle
Releases bool - Handle
Snapshots bool - Includes
Pattern string - Max
Unique intSnapshots - Members
List<Get
Federated Sbt Repository Member> - The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - Notes string
- Priority
Resolution bool - Project
Key string - Property
Sets List<string> - Proxy string
- Proxy key from Artifactory Proxies settings.
- Repo
Layout stringRef - Snapshot
Version stringBehavior - Suppress
Pom boolConsistency Checks - Xray
Index bool
- Id string
- The provider-assigned unique ID for this managed resource.
- Key string
- Package
Type string - Project
Environments []string - Archive
Browsing boolEnabled - Blacked
Out bool - Cdn
Redirect bool - Checksum
Policy stringType - Cleanup
On boolDelete - Description string
- Disable
Proxy bool - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - Download
Direct bool - Excludes
Pattern string - Handle
Releases bool - Handle
Snapshots bool - Includes
Pattern string - Max
Unique intSnapshots - Members
[]Get
Federated Sbt Repository Member - The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - Notes string
- Priority
Resolution bool - Project
Key string - Property
Sets []string - Proxy string
- Proxy key from Artifactory Proxies settings.
- Repo
Layout stringRef - Snapshot
Version stringBehavior - Suppress
Pom boolConsistency Checks - Xray
Index bool
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- package
Type String - project
Environments List<String> - archive
Browsing BooleanEnabled - blacked
Out Boolean - cdn
Redirect Boolean - checksum
Policy StringType - cleanup
On BooleanDelete - description String
- disable
Proxy Boolean - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - download
Direct Boolean - excludes
Pattern String - handle
Releases Boolean - handle
Snapshots Boolean - includes
Pattern String - max
Unique IntegerSnapshots - members
List<Get
Federated Sbt Repository Member> - The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - notes String
- priority
Resolution Boolean - project
Key String - property
Sets List<String> - proxy String
- Proxy key from Artifactory Proxies settings.
- repo
Layout StringRef - snapshot
Version StringBehavior - suppress
Pom BooleanConsistency Checks - xray
Index Boolean
- id string
- The provider-assigned unique ID for this managed resource.
- key string
- package
Type string - project
Environments string[] - archive
Browsing booleanEnabled - blacked
Out boolean - cdn
Redirect boolean - checksum
Policy stringType - cleanup
On booleanDelete - description string
- disable
Proxy boolean - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - download
Direct boolean - excludes
Pattern string - handle
Releases boolean - handle
Snapshots boolean - includes
Pattern string - max
Unique numberSnapshots - members
Get
Federated Sbt Repository Member[] - The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - notes string
- priority
Resolution boolean - project
Key string - property
Sets string[] - proxy string
- Proxy key from Artifactory Proxies settings.
- repo
Layout stringRef - snapshot
Version stringBehavior - suppress
Pom booleanConsistency Checks - xray
Index boolean
- id str
- The provider-assigned unique ID for this managed resource.
- key str
- package_
type str - project_
environments Sequence[str] - archive_
browsing_ boolenabled - blacked_
out bool - cdn_
redirect bool - checksum_
policy_ strtype - cleanup_
on_ booldelete - description str
- disable_
proxy bool - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - download_
direct bool - excludes_
pattern str - handle_
releases bool - handle_
snapshots bool - includes_
pattern str - max_
unique_ intsnapshots - members
Sequence[Get
Federated Sbt Repository Member] - The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - notes str
- priority_
resolution bool - project_
key str - property_
sets Sequence[str] - proxy str
- Proxy key from Artifactory Proxies settings.
- repo_
layout_ strref - snapshot_
version_ strbehavior - suppress_
pom_ boolconsistency_ checks - xray_
index bool
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- package
Type String - project
Environments List<String> - archive
Browsing BooleanEnabled - blacked
Out Boolean - cdn
Redirect Boolean - checksum
Policy StringType - cleanup
On BooleanDelete - description String
- disable
Proxy Boolean - When set to
true
, the proxy is disabled, and not returned in the API response body. If there is a default proxy set for the Artifactory instance, it will be ignored, too. - download
Direct Boolean - excludes
Pattern String - handle
Releases Boolean - handle
Snapshots Boolean - includes
Pattern String - max
Unique NumberSnapshots - members List<Property Map>
- The list of Federated members and must contain this repository URL (configured base URL
/artifactory/
+ repokey
). Note that each of the federated members will need to have a base URL set. Please follow the instruction to set up Federated repositories correctly. - notes String
- priority
Resolution Boolean - project
Key String - property
Sets List<String> - proxy String
- Proxy key from Artifactory Proxies settings.
- repo
Layout StringRef - snapshot
Version StringBehavior - suppress
Pom BooleanConsistency Checks - xray
Index Boolean
Supporting Types
GetFederatedSbtRepositoryMember
Package Details
- Repository
- artifactory pulumi/pulumi-artifactory
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
artifactory
Terraform Provider.