Class RepositoryArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ecr
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RepositoryArgs : ResourceArgs
Constructors
View SourceRepositoryArgs()
Declaration
public RepositoryArgs()
Properties
View SourceImageScanningConfiguration
Configuration block that defines image scanning configuration for the repository. By default, image scanning must be manually triggered. See the ECR User Guide for more information about image scanning.
Declaration
public Input<RepositoryImageScanningConfigurationArgs> ImageScanningConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RepositoryImageScanningConfigurationArgs> |
ImageTagMutability
The tag mutability setting for the repository. Must be one of: MUTABLE or IMMUTABLE. Defaults to MUTABLE.
Declaration
public Input<string> ImageTagMutability { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the repository.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |