Class RepositoryState
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 RepositoryState : ResourceArgs
Constructors
View SourceRepositoryState()
Declaration
public RepositoryState()
Properties
View SourceArn
Full ARN of the repository.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ImageScanningConfiguration
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<RepositoryImageScanningConfigurationGetArgs> ImageScanningConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RepositoryImageScanningConfigurationGetArgs> |
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> |
RegistryId
The registry ID where the repository was created.
Declaration
public Input<string> RegistryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RepositoryUrl
The URL of the repository (in the form aws_account_id.dkr.ecr.region.amazonaws.com/repositoryName).
Declaration
public Input<string> RepositoryUrl { 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> |