@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.542Z") @Stability(value=Stable) public interface RepositoryAttributes extends software.amazon.jsii.JsiiSerializable
// 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.*;
RepositoryAttributes repositoryAttributes = RepositoryAttributes.builder()
.repositoryArn("repositoryArn")
.repositoryName("repositoryName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
RepositoryAttributes.Builder
A builder for
RepositoryAttributes |
static class |
RepositoryAttributes.Jsii$Proxy
An implementation for
RepositoryAttributes |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryAttributes.Builder |
builder() |
String |
getRepositoryArn() |
String |
getRepositoryName() |
@Stability(value=Stable) @NotNull String getRepositoryArn()
@Stability(value=Stable) @NotNull String getRepositoryName()
@Stability(value=Stable) static RepositoryAttributes.Builder builder()
RepositoryAttributes.Builder of RepositoryAttributesCopyright © 2022. All rights reserved.