Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-container-ecrimagepullerrole.html

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 ECRImagePullerRole is active.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-container-ecrimagepullerrole.html#cfn-lightsail-container-ecrimagepullerrole-isactive

PrincipalArn

The principle Amazon Resource Name (ARN) of the role.

string? PrincipalArn { get; }
Property Value

string

Remarks

This property is read-only.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-container-ecrimagepullerrole.html#cfn-lightsail-container-ecrimagepullerrole-principalarn

Back to top Generated by DocFX