Show / Hide Table of Contents

Class LifecyclePolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LifecyclePolicyArgs
Inherited Members
ResourceArgs.Empty
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 LifecyclePolicyArgs : ResourceArgs

Constructors

View Source

LifecyclePolicyArgs()

Declaration
public LifecyclePolicyArgs()

Properties

View Source

Policy

The policy document. This is a JSON formatted string. See more details about Policy Parameters in the official AWS docs.

Declaration
public Input<string> Policy { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Repository

Name of the repository to apply the policy.

Declaration
public Input<string> Repository { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.