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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.ExternalDockerCredentialOptions
ExternalDockerCredentialOptions.Builder, ExternalDockerCredentialOptions.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theExternalDockerCredentialOptions.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 String
The name of the JSON field of the secret which contains the secret/password.final String
The 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 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 theExternalDockerCredentialOptions.Builder
.
-
-
Method Details
-
getAssumeRole
Description copied from interface:ExternalDockerCredentialOptions
An IAM role to assume prior to accessing the secret.Default: - none. The current execution role will be used.
- Specified by:
getAssumeRole
in interfaceExternalDockerCredentialOptions
-
getSecretPasswordField
Description copied from interface:ExternalDockerCredentialOptions
The name of the JSON field of the secret which contains the secret/password.Default: 'secret'
- Specified by:
getSecretPasswordField
in interfaceExternalDockerCredentialOptions
-
getSecretUsernameField
Description copied from interface:ExternalDockerCredentialOptions
The name of the JSON field of the secret which contains the user/login name.Default: 'username'
- Specified by:
getSecretUsernameField
in interfaceExternalDockerCredentialOptions
-
getUsages
Description copied from interface:ExternalDockerCredentialOptions
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 interfaceExternalDockerCredentialOptions
-
$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()
-