Interface IAccessKey

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

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:51:58.837Z") @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.
    • getNode

      @Stability(Stable) @NotNull software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct