Interface IAccessKey

All Superinterfaces:
IConstruct, software.constructs.IConstruct, 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.84.0 (build 5404dcf)", date="2023-06-19T16:29:57.313Z") @Stability(Stable) public interface IAccessKey extends software.amazon.jsii.JsiiSerializable, IResource
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.