Interface ExternalDockerCredentialSecrets
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ExternalDockerCredentialSecrets.Jsii$Proxy
@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-16T00:20:23.451Z") @Stability(Stable) public interface ExternalDockerCredentialSecrets extends software.amazon.jsii.JsiiSerializable
Generic structure to supply the locations of GitHub Secrets used to authenticate to a docker registry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExternalDockerCredentialSecrets.BuilderA builder forExternalDockerCredentialSecretsstatic classExternalDockerCredentialSecrets.Jsii$ProxyAn implementation forExternalDockerCredentialSecrets
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ExternalDockerCredentialSecrets.Builderbuilder()StringgetPasswordKey()The key of the GitHub Secret containing your registry password.StringgetUsernameKey()The key of the GitHub Secret containing your registry username.
-
-
-
Method Detail
-
getPasswordKey
@Stability(Stable) @NotNull String getPasswordKey()
The key of the GitHub Secret containing your registry password.
-
getUsernameKey
@Stability(Stable) @NotNull String getUsernameKey()
The key of the GitHub Secret containing your registry username.
-
builder
@Stability(Stable) static ExternalDockerCredentialSecrets.Builder builder()
-
-