Show / Hide Table of Contents

Class ImageRepositoryType

(experimental) The image repository types.

Inheritance
System.Object
ImageRepositoryType
Namespace: Amazon.CDK.AWS.AppRunner
Assembly: Amazon.CDK.AWS.AppRunner.dll
Syntax (csharp)
public sealed class ImageRepositoryType : Enum
Syntax (vb)
Public NotInheritable Class ImageRepositoryType
    Inherits

     Enum
Remarks

Stability: Experimental

Synopsis

Fields

ECR

(experimental) Amazon ECR.

ECR_PUBLIC

(experimental) Amazon ECR Public.

value__

Fields

ECR

(experimental) Amazon ECR.

public const ImageRepositoryType ECR
Field Value
Type Description
ImageRepositoryType
Remarks

Stability: Experimental

ECR_PUBLIC

(experimental) Amazon ECR Public.

public const ImageRepositoryType ECR_PUBLIC
Field Value
Type Description
ImageRepositoryType
Remarks

Stability: Experimental

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX