We recommend new projects start with resources from the AWS provider.
aws-native.ecr.RepositoryCreationTemplate
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The details of the repository creation template associated with the request.
Create RepositoryCreationTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RepositoryCreationTemplate(name: string, args: RepositoryCreationTemplateArgs, opts?: CustomResourceOptions);
@overload
def RepositoryCreationTemplate(resource_name: str,
args: RepositoryCreationTemplateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RepositoryCreationTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
applied_for: Optional[Sequence[RepositoryCreationTemplateAppliedForItem]] = None,
prefix: Optional[str] = None,
custom_role_arn: Optional[str] = None,
description: Optional[str] = None,
encryption_configuration: Optional[RepositoryCreationTemplateEncryptionConfigurationArgs] = None,
image_tag_mutability: Optional[RepositoryCreationTemplateImageTagMutability] = None,
lifecycle_policy: Optional[str] = None,
repository_policy: Optional[str] = None,
resource_tags: Optional[Sequence[RepositoryCreationTemplateTagArgs]] = None)
func NewRepositoryCreationTemplate(ctx *Context, name string, args RepositoryCreationTemplateArgs, opts ...ResourceOption) (*RepositoryCreationTemplate, error)
public RepositoryCreationTemplate(string name, RepositoryCreationTemplateArgs args, CustomResourceOptions? opts = null)
public RepositoryCreationTemplate(String name, RepositoryCreationTemplateArgs args)
public RepositoryCreationTemplate(String name, RepositoryCreationTemplateArgs args, CustomResourceOptions options)
type: aws-native:ecr:RepositoryCreationTemplate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RepositoryCreationTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RepositoryCreationTemplateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RepositoryCreationTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RepositoryCreationTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RepositoryCreationTemplateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
RepositoryCreationTemplate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The RepositoryCreationTemplate resource accepts the following input properties:
- Applied
For List<Pulumi.Aws Native. Ecr. Repository Creation Template Applied For Item> - A list of enumerable Strings representing the repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION
- Prefix string
- The repository namespace prefix associated with the repository creation template.
- Custom
Role stringArn - The ARN of the role to be assumed by Amazon ECR. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.
- Description string
- The description associated with the repository creation template.
- Encryption
Configuration Pulumi.Aws Native. Ecr. Inputs. Repository Creation Template Encryption Configuration - The encryption configuration associated with the repository creation template.
- Image
Tag Pulumi.Mutability Aws Native. Ecr. Repository Creation Template Image Tag Mutability - The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
- Lifecycle
Policy string - The lifecycle policy to use for repositories created using the template.
- Repository
Policy string - he repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions.
- List<Pulumi.
Aws Native. Ecr. Inputs. Repository Creation Template Tag> - The metadata to apply to the repository to help you categorize and organize. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
- Applied
For []RepositoryCreation Template Applied For Item - A list of enumerable Strings representing the repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION
- Prefix string
- The repository namespace prefix associated with the repository creation template.
- Custom
Role stringArn - The ARN of the role to be assumed by Amazon ECR. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.
- Description string
- The description associated with the repository creation template.
- Encryption
Configuration RepositoryCreation Template Encryption Configuration Args - The encryption configuration associated with the repository creation template.
- Image
Tag RepositoryMutability Creation Template Image Tag Mutability - The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
- Lifecycle
Policy string - The lifecycle policy to use for repositories created using the template.
- Repository
Policy string - he repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions.
- []Repository
Creation Template Tag Args - The metadata to apply to the repository to help you categorize and organize. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
- applied
For List<RepositoryCreation Template Applied For Item> - A list of enumerable Strings representing the repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION
- prefix String
- The repository namespace prefix associated with the repository creation template.
- custom
Role StringArn - The ARN of the role to be assumed by Amazon ECR. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.
- description String
- The description associated with the repository creation template.
- encryption
Configuration RepositoryCreation Template Encryption Configuration - The encryption configuration associated with the repository creation template.
- image
Tag RepositoryMutability Creation Template Image Tag Mutability - The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
- lifecycle
Policy String - The lifecycle policy to use for repositories created using the template.
- repository
Policy String - he repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions.
- List<Repository
Creation Template Tag> - The metadata to apply to the repository to help you categorize and organize. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
- applied
For RepositoryCreation Template Applied For Item[] - A list of enumerable Strings representing the repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION
- prefix string
- The repository namespace prefix associated with the repository creation template.
- custom
Role stringArn - The ARN of the role to be assumed by Amazon ECR. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.
- description string
- The description associated with the repository creation template.
- encryption
Configuration RepositoryCreation Template Encryption Configuration - The encryption configuration associated with the repository creation template.
- image
Tag RepositoryMutability Creation Template Image Tag Mutability - The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
- lifecycle
Policy string - The lifecycle policy to use for repositories created using the template.
- repository
Policy string - he repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions.
- Repository
Creation Template Tag[] - The metadata to apply to the repository to help you categorize and organize. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
- applied_
for Sequence[RepositoryCreation Template Applied For Item] - A list of enumerable Strings representing the repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION
- prefix str
- The repository namespace prefix associated with the repository creation template.
- custom_
role_ strarn - The ARN of the role to be assumed by Amazon ECR. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.
- description str
- The description associated with the repository creation template.
- encryption_
configuration RepositoryCreation Template Encryption Configuration Args - The encryption configuration associated with the repository creation template.
- image_
tag_ Repositorymutability Creation Template Image Tag Mutability - The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
- lifecycle_
policy str - The lifecycle policy to use for repositories created using the template.
- repository_
policy str - he repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions.
- Sequence[Repository
Creation Template Tag Args] - The metadata to apply to the repository to help you categorize and organize. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
- applied
For List<"REPLICATION" | "PULL_THROUGH_CACHE"> - A list of enumerable Strings representing the repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION
- prefix String
- The repository namespace prefix associated with the repository creation template.
- custom
Role StringArn - The ARN of the role to be assumed by Amazon ECR. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.
- description String
- The description associated with the repository creation template.
- encryption
Configuration Property Map - The encryption configuration associated with the repository creation template.
- image
Tag "MUTABLE" | "IMMUTABLE"Mutability - The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
- lifecycle
Policy String - The lifecycle policy to use for repositories created using the template.
- repository
Policy String - he repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions.
- List<Property Map>
- The metadata to apply to the repository to help you categorize and organize. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
Outputs
All input properties are implicitly available as output properties. Additionally, the RepositoryCreationTemplate resource produces the following output properties:
- created_
at str - The date and time, in JavaScript date format, when the repository creation template was created.
- id str
- The provider-assigned unique ID for this managed resource.
- updated_
at str - The date and time, in JavaScript date format, when the repository creation template was last updated.
Supporting Types
RepositoryCreationTemplateAppliedForItem, RepositoryCreationTemplateAppliedForItemArgs
- Replication
- REPLICATION
- Pull
Through Cache - PULL_THROUGH_CACHE
- Repository
Creation Template Applied For Item Replication - REPLICATION
- Repository
Creation Template Applied For Item Pull Through Cache - PULL_THROUGH_CACHE
- Replication
- REPLICATION
- Pull
Through Cache - PULL_THROUGH_CACHE
- Replication
- REPLICATION
- Pull
Through Cache - PULL_THROUGH_CACHE
- REPLICATION
- REPLICATION
- PULL_THROUGH_CACHE
- PULL_THROUGH_CACHE
- "REPLICATION"
- REPLICATION
- "PULL_THROUGH_CACHE"
- PULL_THROUGH_CACHE
RepositoryCreationTemplateEncryptionConfiguration, RepositoryCreationTemplateEncryptionConfigurationArgs
- Encryption
Type Pulumi.Aws Native. Ecr. Repository Creation Template Encryption Type - The encryption type to use.
If you use the
KMS
encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. If you use theKMS_DSSE
encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the KMS Management Service key stored in KMS. Similar to theKMS
encryption type, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you've already created. If you use theAES256
encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm. For more information, see Amazon ECR encryption at rest in the Amazon Elastic Container Registry User Guide. - Kms
Key string - If you use the
KMS
encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used.
- Encryption
Type RepositoryCreation Template Encryption Type - The encryption type to use.
If you use the
KMS
encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. If you use theKMS_DSSE
encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the KMS Management Service key stored in KMS. Similar to theKMS
encryption type, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you've already created. If you use theAES256
encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm. For more information, see Amazon ECR encryption at rest in the Amazon Elastic Container Registry User Guide. - Kms
Key string - If you use the
KMS
encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used.
- encryption
Type RepositoryCreation Template Encryption Type - The encryption type to use.
If you use the
KMS
encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. If you use theKMS_DSSE
encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the KMS Management Service key stored in KMS. Similar to theKMS
encryption type, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you've already created. If you use theAES256
encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm. For more information, see Amazon ECR encryption at rest in the Amazon Elastic Container Registry User Guide. - kms
Key String - If you use the
KMS
encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used.
- encryption
Type RepositoryCreation Template Encryption Type - The encryption type to use.
If you use the
KMS
encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. If you use theKMS_DSSE
encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the KMS Management Service key stored in KMS. Similar to theKMS
encryption type, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you've already created. If you use theAES256
encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm. For more information, see Amazon ECR encryption at rest in the Amazon Elastic Container Registry User Guide. - kms
Key string - If you use the
KMS
encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used.
- encryption_
type RepositoryCreation Template Encryption Type - The encryption type to use.
If you use the
KMS
encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. If you use theKMS_DSSE
encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the KMS Management Service key stored in KMS. Similar to theKMS
encryption type, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you've already created. If you use theAES256
encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm. For more information, see Amazon ECR encryption at rest in the Amazon Elastic Container Registry User Guide. - kms_
key str - If you use the
KMS
encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used.
- encryption
Type "AES256" | "KMS" | "KMS_DSSE" - The encryption type to use.
If you use the
KMS
encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. If you use theKMS_DSSE
encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the KMS Management Service key stored in KMS. Similar to theKMS
encryption type, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you've already created. If you use theAES256
encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm. For more information, see Amazon ECR encryption at rest in the Amazon Elastic Container Registry User Guide. - kms
Key String - If you use the
KMS
encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used.
RepositoryCreationTemplateEncryptionType, RepositoryCreationTemplateEncryptionTypeArgs
- Aes256
- AES256
- Kms
- KMS
- Kms
Dsse - KMS_DSSE
- Repository
Creation Template Encryption Type Aes256 - AES256
- Repository
Creation Template Encryption Type Kms - KMS
- Repository
Creation Template Encryption Type Kms Dsse - KMS_DSSE
- Aes256
- AES256
- Kms
- KMS
- Kms
Dsse - KMS_DSSE
- Aes256
- AES256
- Kms
- KMS
- Kms
Dsse - KMS_DSSE
- AES256
- AES256
- KMS
- KMS
- KMS_DSSE
- KMS_DSSE
- "AES256"
- AES256
- "KMS"
- KMS
- "KMS_DSSE"
- KMS_DSSE
RepositoryCreationTemplateImageTagMutability, RepositoryCreationTemplateImageTagMutabilityArgs
- Mutable
- MUTABLE
- Immutable
- IMMUTABLE
- Repository
Creation Template Image Tag Mutability Mutable - MUTABLE
- Repository
Creation Template Image Tag Mutability Immutable - IMMUTABLE
- Mutable
- MUTABLE
- Immutable
- IMMUTABLE
- Mutable
- MUTABLE
- Immutable
- IMMUTABLE
- MUTABLE
- MUTABLE
- IMMUTABLE
- IMMUTABLE
- "MUTABLE"
- MUTABLE
- "IMMUTABLE"
- IMMUTABLE
RepositoryCreationTemplateTag, RepositoryCreationTemplateTagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.