@Generated(value="jsii-pacmak/1.65.0 (build 7a02b7f)", date="2022-09-06T17:36:41.691Z") @Stability(value=Experimental) public interface ArtifactoryBackendProps extends software.amazon.jsii.JsiiSerializable
Generic HTTP repositories are supported, and state from different configurations may be kept at different subpaths within the repository.
Note: The URL must include the path to the Artifactory installation. It will likely end in /artifactory.
This backend does not support state locking.
Read more about this backend in the Terraform docs: https://www.terraform.io/language/settings/backends/artifactory
Modifier and Type | Interface and Description |
---|---|
static class |
ArtifactoryBackendProps.Builder
A builder for
ArtifactoryBackendProps |
static class |
ArtifactoryBackendProps.Jsii$Proxy
An implementation for
ArtifactoryBackendProps |
Modifier and Type | Method and Description |
---|---|
static ArtifactoryBackendProps.Builder |
builder() |
String |
getPassword()
(experimental) (Required) - The password.
|
String |
getRepo()
(experimental) (Required) - The repository name.
|
String |
getSubpath()
(experimental) (Required) - Path within the repository.
|
String |
getUrl()
(experimental) (Required) - The URL.
|
String |
getUsername()
(experimental) (Required) - The username.
|
@Stability(value=Experimental) @NotNull String getPassword()
@Stability(value=Experimental) @NotNull String getRepo()
@Stability(value=Experimental) @NotNull String getSubpath()
@Stability(value=Experimental) @NotNull String getUrl()
Note that this is the base url to artifactory not the full repo and subpath.
@Stability(value=Experimental) @NotNull String getUsername()
@Stability(value=Experimental) static ArtifactoryBackendProps.Builder builder()
ArtifactoryBackendProps.Builder
of ArtifactoryBackendProps
Copyright © 2022. All rights reserved.