@Stability(value=Stable) public static final class CfnPublicRepository.Builder extends Object implements software.amazon.jsii.Builder<CfnPublicRepository>
CfnPublicRepository.| Modifier and Type | Method and Description |
|---|---|
CfnPublicRepository |
build() |
static CfnPublicRepository.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPublicRepository.Builder |
repositoryCatalogData(Object repositoryCatalogData)
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
|
CfnPublicRepository.Builder |
repositoryName(String repositoryName)
The name to use for the public repository.
|
CfnPublicRepository.Builder |
repositoryPolicyText(Object repositoryPolicyText)
The JSON repository policy text to apply to the public repository.
|
CfnPublicRepository.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnPublicRepository.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPublicRepository.Builder.@Stability(value=Stable) public CfnPublicRepository.Builder repositoryCatalogData(Object repositoryCatalogData)
For more information, see Amazon ECR Public repository catalog data in the Amazon ECR Public User Guide .
repositoryCatalogData - The details about the repository that are publicly visible in the Amazon ECR Public Gallery. This parameter is required.this@Stability(value=Stable) public CfnPublicRepository.Builder repositoryName(String repositoryName)
The repository name may be specified on its own (such as nginx-web-app ) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app ). If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the repository name. For more information, see Name Type .
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
repositoryName - The name to use for the public repository. This parameter is required.this@Stability(value=Stable) public CfnPublicRepository.Builder repositoryPolicyText(Object repositoryPolicyText)
For more information, see Amazon ECR Public repository policies in the Amazon ECR Public User Guide .
repositoryPolicyText - The JSON repository policy text to apply to the public repository. This parameter is required.this@Stability(value=Stable) public CfnPublicRepository.Builder tags(List<? extends CfnTag> tags)
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnPublicRepository build()
build in interface software.amazon.jsii.Builder<CfnPublicRepository>Copyright © 2022. All rights reserved.