RepositoryCreationTemplate

class RepositoryCreationTemplate : KotlinCustomResource

AWS::ECR::RepositoryCreationTemplate is used to create repository with configuration from a pre-defined template.

Properties

Link copied to clipboard

A list of enumerable Strings representing the repository creation scenarios that the template will apply towards.

Link copied to clipboard
val createdAt: Output<String>

Create timestamp of the template.

Link copied to clipboard
val customRoleArn: Output<String>?

The ARN of the role to be assumed by ECR. This role must be in the same account as the registry that you are configuring.

Link copied to clipboard
val description: Output<String>?

The description of the template.

Link copied to clipboard

The encryption configuration associated with the repository creation template.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The image tag mutability setting for the repository.

Link copied to clipboard
val lifecyclePolicy: Output<String>?

The JSON lifecycle policy text to apply to the repository. For information about lifecycle policy syntax, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html

Link copied to clipboard
val prefix: Output<String>

The prefix use to match the repository name and apply the template.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val repositoryPolicy: Output<String>?

The JSON repository policy text to apply to the repository. For more information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/RepositoryPolicyExamples.html

Link copied to clipboard

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val updatedAt: Output<String>

Update timestamp of the template.

Link copied to clipboard
val urn: Output<String>