Interface CfnContainer.EcrImagePullerRoleProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnContainer.EcrImagePullerRoleProperty.Jsii$Proxy
Enclosing class:
CfnContainer

@Stability(Stable) public static interface CfnContainer.EcrImagePullerRoleProperty extends software.amazon.jsii.JsiiSerializable
Describes the IAM role that you can use to grant a Lightsail container service access to Amazon ECR private repositories.

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.lightsail.*;
 EcrImagePullerRoleProperty ecrImagePullerRoleProperty = EcrImagePullerRoleProperty.builder()
         .isActive(false)
         .principalArn("principalArn")
         .build();
 

See Also: