Interface IAccessKey
Represents an IAM Access Key.
public interface IAccessKey : IResource, IConstruct, IConstruct, IDependable
Remarks
Properties
AccessKeyId
The Access Key ID.
string AccessKeyId { get; }
Property Value
Remarks
Attribute: true
SecretAccessKey
The Secret Access Key.
SecretValue SecretAccessKey { get; }
Property Value
- SecretValue
Remarks
Attribute: true