@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:24.523Z") @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 RepositoryAttributes
Copyright © 2023. All rights reserved.