public static final class ExternalDockerCredentialOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ExternalDockerCredentialOptions
ExternalDockerCredentialOptions
ExternalDockerCredentialOptions.Builder, ExternalDockerCredentialOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
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() |
boolean |
equals(java.lang.Object o) |
IRole |
getAssumeRole()
An IAM role to assume prior to accessing the secret.
|
java.lang.String |
getSecretPasswordField()
The name of the JSON field of the secret which contains the secret/password.
|
java.lang.String |
getSecretUsernameField()
The name of the JSON field of the secret which contains the user/login name.
|
java.util.List<DockerCredentialUsage> |
getUsages()
Defines which stages of the pipeline should be granted access to these credentials.
|
int |
hashCode() |
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.public final IRole getAssumeRole()
ExternalDockerCredentialOptions
Default: - none. The current execution role will be used.
getAssumeRole
in interface ExternalDockerCredentialOptions
public final java.lang.String getSecretPasswordField()
ExternalDockerCredentialOptions
Default: 'secret'
getSecretPasswordField
in interface ExternalDockerCredentialOptions
public final java.lang.String getSecretUsernameField()
ExternalDockerCredentialOptions
Default: 'username'
getSecretUsernameField
in interface ExternalDockerCredentialOptions
public final java.util.List<DockerCredentialUsage> getUsages()
ExternalDockerCredentialOptions
Default: - all relevant stages (synth, self-update, asset publishing) are granted access.
getUsages
in interface ExternalDockerCredentialOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()