| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static PrivateRegistryAccess.Builder |
PrivateRegistryAccess.builder() |
default PrivateRegistryAccess.Builder |
PrivateRegistryAccess.Builder.ecrImagePullerRole(Consumer<ContainerServiceECRImagePullerRole.Builder> 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.
|
PrivateRegistryAccess.Builder |
PrivateRegistryAccess.Builder.ecrImagePullerRole(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.
|
PrivateRegistryAccess.Builder |
PrivateRegistryAccess.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PrivateRegistryAccess.Builder> |
PrivateRegistryAccess.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContainerService.Builder |
ContainerService.Builder.privateRegistryAccess(Consumer<PrivateRegistryAccess.Builder> privateRegistryAccess)
An object that describes the configuration for the container service to access private container image
repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
|
Copyright © 2022. All rights reserved.