@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.098Z") @Stability(value=Stable) public interface CfnPublicRepositoryProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecr.*;
Object repositoryCatalogData;
Object repositoryPolicyText;
CfnPublicRepositoryProps cfnPublicRepositoryProps = CfnPublicRepositoryProps.builder()
.repositoryCatalogData(repositoryCatalogData)
.repositoryName("repositoryName")
.repositoryPolicyText(repositoryPolicyText)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPublicRepositoryProps.Builder
A builder for
CfnPublicRepositoryProps |
static class |
CfnPublicRepositoryProps.Jsii$Proxy
An implementation for
CfnPublicRepositoryProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPublicRepositoryProps.Builder |
builder() |
default Object |
getRepositoryCatalogData()
`AWS::ECR::PublicRepository.RepositoryCatalogData`.
|
default String |
getRepositoryName()
`AWS::ECR::PublicRepository.RepositoryName`.
|
default Object |
getRepositoryPolicyText()
`AWS::ECR::PublicRepository.RepositoryPolicyText`.
|
default List<CfnTag> |
getTags()
`AWS::ECR::PublicRepository.Tags`.
|
@Stability(value=Stable) @Nullable default Object getRepositoryCatalogData()
@Stability(value=Stable) @Nullable default String getRepositoryName()
@Stability(value=Stable) @Nullable default Object getRepositoryPolicyText()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnPublicRepositoryProps.Builder builder()
CfnPublicRepositoryProps.Builder of CfnPublicRepositoryPropsCopyright © 2021. All rights reserved.