@Generated(value="software.amazon.awssdk:codegen") public final class PrivateRegistryAccess extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrivateRegistryAccess.Builder,PrivateRegistryAccess>
Describes the configuration for an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrivateRegistryAccess.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PrivateRegistryAccess.Builder |
builder() |
ContainerServiceECRImagePullerRole |
ecrImagePullerRole()
An object that describes the activation status of the role that you can use to grant a Lightsail container
service access to Amazon ECR private repositories.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PrivateRegistryAccess.Builder> |
serializableBuilderClass() |
PrivateRegistryAccess.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ContainerServiceECRImagePullerRole ecrImagePullerRole()
An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.
public PrivateRegistryAccess.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PrivateRegistryAccess.Builder,PrivateRegistryAccess>public static PrivateRegistryAccess.Builder builder()
public static Class<? extends PrivateRegistryAccess.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.