Interface IAccessKey

All Superinterfaces:
IAccessKeyRef, software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAccessKey.Jsii$Default
All Known Implementing Classes:
AccessKey, IAccessKey.Jsii$Proxy

@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)", date="2026-02-03T13:58:24.388Z") @Stability(Stable) public interface IAccessKey extends software.amazon.jsii.JsiiSerializable, IResource, IAccessKeyRef
Represents an IAM Access Key.

See Also:
  • Method Details

    • getAccessKeyId

      @Stability(Stable) @NotNull String getAccessKeyId()
      The Access Key ID.
    • getSecretAccessKey

      @Stability(Stable) @NotNull SecretValue getSecretAccessKey()
      The Secret Access Key.