@Stability(value=Experimental) @Internal public static final class CodeArtifactOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeArtifactOptions
CodeArtifactOptionssoftware.amazon.jsii.JsiiObject.InitializationModeCodeArtifactOptions.Builder, CodeArtifactOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CodeArtifactOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CodeArtifactOptions.Builder. |
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(Object o) |
String |
getAccessKeyIdSecret()
(experimental) GitHub secret which contains the AWS access key ID to use when publishing packages to AWS CodeArtifact.
|
String |
getRoleToAssume()
(experimental) ARN of AWS role to be assumed prior to get authorization token from AWS CodeArtifact This property must be specified only when publishing to AWS CodeArtifact (`registry` contains AWS CodeArtifact URL).
|
String |
getSecretAccessKeySecret()
(experimental) GitHub secret which contains the AWS secret access key to use when publishing packages to AWS CodeArtifact.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CodeArtifactOptions.Builder builder)
CodeArtifactOptions.Builder.public final String getAccessKeyIdSecret()
CodeArtifactOptions
This property must be specified only when publishing to AWS CodeArtifact (registry contains AWS CodeArtifact URL).
Default: "AWS_ACCESS_KEY_ID"
getAccessKeyIdSecret in interface CodeArtifactOptionspublic final String getRoleToAssume()
CodeArtifactOptionsDefault: undefined
getRoleToAssume in interface CodeArtifactOptionspublic final String getSecretAccessKeySecret()
CodeArtifactOptions
This property must be specified only when publishing to AWS CodeArtifact (registry contains AWS CodeArtifact URL).
Default: "AWS_SECRET_ACCESS_KEY"
getSecretAccessKeySecret in interface CodeArtifactOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.