Class DockerConfigSecret

  • All Implemented Interfaces:
    IResource, ISecret, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

    @Generated(value="jsii-pacmak/1.57.0 (build f614666)",
               date="2022-04-26T09:02:10.466Z")
    @Stability(Stable)
    public class DockerConfigSecret
    extends Secret
    Create a secret for storing credentials for accessing a container image registry.

    • Constructor Detail

      • DockerConfigSecret

        protected DockerConfigSecret​(software.amazon.jsii.JsiiObjectRef objRef)
      • DockerConfigSecret

        protected DockerConfigSecret​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DockerConfigSecret

        @Stability(Stable)
        public DockerConfigSecret​(@NotNull
                                  software.constructs.Construct scope,
                                  @NotNull
                                  String id,
                                  @NotNull
                                  DockerConfigSecretProps props)
        Parameters:
        scope - This parameter is required.
        id - This parameter is required.
        props - This parameter is required.