Table of Contents

Interface IAccessKey

Namespace
Amazon.CDK.AWS.IAM
Assembly
Amazon.CDK.AWS.IAM.dll

Represents an IAM Access Key.

public interface IAccessKey : IResource, IConstruct, IConstruct, IDependable

Remarks

Properties

AccessKeyId

The Access Key ID.

string AccessKeyId { get; }

Property Value

string

Remarks

Attribute: true

SecretAccessKey

The Secret Access Key.

SecretValue SecretAccessKey { get; }

Property Value

SecretValue

Remarks

Attribute: true