public static final class EcrDockerCredentialOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EcrDockerCredentialOptions
EcrDockerCredentialOptions
EcrDockerCredentialOptions.Builder, EcrDockerCredentialOptions.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.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()
EcrDockerCredentialOptions
Default: - none. The current execution role will be used.
getAssumeRole
in interface EcrDockerCredentialOptions
public final java.util.List<DockerCredentialUsage> getUsages()
EcrDockerCredentialOptions
Default: - all relevant stages (synth, self-update, asset publishing) are granted access.
getUsages
in interface EcrDockerCredentialOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()