Package software.amazon.awscdk.pipelines
Class EcrDockerCredentialOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.EcrDockerCredentialOptions.Jsii$Proxy
- All Implemented Interfaces:
EcrDockerCredentialOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EcrDockerCredentialOptions
@Stability(Stable)
@Internal
public static final class EcrDockerCredentialOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EcrDockerCredentialOptions
An implementation for
EcrDockerCredentialOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.EcrDockerCredentialOptions
EcrDockerCredentialOptions.Builder, EcrDockerCredentialOptions.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theEcrDockerCredentialOptions.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final IRole
An IAM role to assume prior to accessing the secret.final List<DockerCredentialUsage>
Defines which stages of the pipeline should be granted access to these credentials.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEcrDockerCredentialOptions.Builder
.
-
-
Method Details
-
getAssumeRole
Description copied from interface:EcrDockerCredentialOptions
An IAM role to assume prior to accessing the secret.Default: - none. The current execution role will be used.
- Specified by:
getAssumeRole
in interfaceEcrDockerCredentialOptions
-
getUsages
Description copied from interface:EcrDockerCredentialOptions
Defines which stages of the pipeline should be granted access to these credentials.Default: - all relevant stages (synth, self-update, asset publishing) are granted access.
- Specified by:
getUsages
in interfaceEcrDockerCredentialOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-