Show / Hide Table of Contents

Interface IAccessKey

Represents an IAM Access Key.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IAccessKeyRef.AccessKeyRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccessKey : IResource, IAccessKeyRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IAccessKey Inherits IResource, IAccessKeyRef, IConstruct, IDependable, IEnvironmentAware
Remarks

See: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html

Synopsis

Properties

AccessKeyId

The Access Key ID.

SecretAccessKey

The Secret Access Key.

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

Back to top Generated by DocFX