Interface IAccessKey
Represents an IAM Access Key.
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccessKey : IResource
Syntax (vb)
Public Interface IAccessKey
Inherits IResource, IConstruct, IDependable
Remarks
Synopsis
Properties
AccessKeyId | The Access Key ID. |
SecretAccessKey | The Secret Access Key. |
Properties
AccessKeyId
The Access Key ID.
string AccessKeyId { get; }
Property Value
System.String
Remarks
Attribute: true
SecretAccessKey
The Secret Access Key.
SecretValue SecretAccessKey { get; }
Property Value
Remarks
Attribute: true