Interface IAccessKey
Represents an IAM Access Key.
Inherited Members
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
Synopsis
Properties
| AccessKeyId | The Access Key ID. |
| SecretAccessKey | The Secret Access Key. |
Properties
AccessKeyId
SecretAccessKey
The Secret Access Key.
SecretValue SecretAccessKey { get; }
Property Value
Remarks
Attribute: true