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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.EcrDockerCredentialOptions
EcrDockerCredentialOptions.Builder, EcrDockerCredentialOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEcrDockerCredentialOptions.Builder.protectedJsii$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.JsonNodefinal booleanfinal IRoleAn 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 inthashCode()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:EcrDockerCredentialOptionsAn IAM role to assume prior to accessing the secret.Default: - none. The current execution role will be used.
- Specified by:
getAssumeRolein interfaceEcrDockerCredentialOptions
-
getUsages
Description copied from interface:EcrDockerCredentialOptionsDefines 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:
getUsagesin interfaceEcrDockerCredentialOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-