Interface CfnContainer.IEcrImagePullerRoleProperty
Describes the IAM role that you can use to grant a Lightsail container service access to Amazon ECR private repositories.
Namespace: Amazon.CDK.AWS.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnContainer.IEcrImagePullerRoleProperty
Syntax (vb)
Public Interface CfnContainer.IEcrImagePullerRoleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lightsail;
var ecrImagePullerRoleProperty = new EcrImagePullerRoleProperty {
IsActive = false,
PrincipalArn = "principalArn"
};
Synopsis
Properties
IsActive | A boolean value that indicates whether the |
PrincipalArn | The principle Amazon Resource Name (ARN) of the role. |
Properties
IsActive
A boolean value that indicates whether the ECRImagePullerRole
is active.
object? IsActive { get; }
Property Value
Remarks
PrincipalArn
The principle Amazon Resource Name (ARN) of the role.
string? PrincipalArn { get; }