@Stability(value=Deprecated) @Deprecated @Internal public static final class DataTerraformRemoteStateArtifactoryConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataTerraformRemoteStateArtifactoryConfig
DataTerraformRemoteStateArtifactoryConfig
software.amazon.jsii.JsiiObject.InitializationMode
DataTerraformRemoteStateArtifactoryConfig.Builder, DataTerraformRemoteStateArtifactoryConfig.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(DataTerraformRemoteStateArtifactoryConfig.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
DataTerraformRemoteStateArtifactoryConfig.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
Map<String,Object> |
getDefaults()
Deprecated.
|
String |
getPassword()
Deprecated.
(deprecated) (Required) - The password.
|
String |
getRepo()
Deprecated.
(deprecated) (Required) - The repository name.
|
String |
getSubpath()
Deprecated.
(deprecated) (Required) - Path within the repository.
|
String |
getUrl()
Deprecated.
(deprecated) (Required) - The URL.
|
String |
getUsername()
Deprecated.
(deprecated) (Required) - The username.
|
String |
getWorkspace()
Deprecated.
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(DataTerraformRemoteStateArtifactoryConfig.Builder builder)
DataTerraformRemoteStateArtifactoryConfig.Builder
.public final Map<String,Object> getDefaults()
getDefaults
in interface DataTerraformRemoteStateConfig
public final String getWorkspace()
getWorkspace
in interface DataTerraformRemoteStateConfig
public final String getPassword()
ArtifactoryBackendConfig
getPassword
in interface ArtifactoryBackendConfig
public final String getRepo()
ArtifactoryBackendConfig
getRepo
in interface ArtifactoryBackendConfig
public final String getSubpath()
ArtifactoryBackendConfig
getSubpath
in interface ArtifactoryBackendConfig
public final String getUrl()
ArtifactoryBackendConfig
Note that this is the base url to artifactory not the full repo and subpath.
getUrl
in interface ArtifactoryBackendConfig
public final String getUsername()
ArtifactoryBackendConfig
getUsername
in interface ArtifactoryBackendConfig
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.