Package software.amazon.awscdk.pipelines
Class ExternalDockerCredentialOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.ExternalDockerCredentialOptions.Jsii$Proxy
- All Implemented Interfaces:
ExternalDockerCredentialOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ExternalDockerCredentialOptions
@Stability(Stable)
@Internal
public static final class ExternalDockerCredentialOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ExternalDockerCredentialOptions
An implementation for
ExternalDockerCredentialOptions-
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.ExternalDockerCredentialOptions
ExternalDockerCredentialOptions.Builder, ExternalDockerCredentialOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theExternalDockerCredentialOptions.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 StringThe name of the JSON field of the secret which contains the secret/password.final StringThe name of the JSON field of the secret which contains the user/login name.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 theExternalDockerCredentialOptions.Builder.
-
-
Method Details
-
getAssumeRole
Description copied from interface:ExternalDockerCredentialOptionsAn IAM role to assume prior to accessing the secret.Default: - none. The current execution role will be used.
- Specified by:
getAssumeRolein interfaceExternalDockerCredentialOptions
-
getSecretPasswordField
Description copied from interface:ExternalDockerCredentialOptionsThe name of the JSON field of the secret which contains the secret/password.Default: 'secret'
- Specified by:
getSecretPasswordFieldin interfaceExternalDockerCredentialOptions
-
getSecretUsernameField
Description copied from interface:ExternalDockerCredentialOptionsThe name of the JSON field of the secret which contains the user/login name.Default: 'username'
- Specified by:
getSecretUsernameFieldin interfaceExternalDockerCredentialOptions
-
getUsages
Description copied from interface:ExternalDockerCredentialOptionsDefines 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 interfaceExternalDockerCredentialOptions
-
$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()
-