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.116.0 (build 0eddcff)",
date="2025-10-29T11:15:41.186Z")
@Stability(Stable)
public interface IAccessKey
extends software.amazon.jsii.JsiiSerializable, IResource, IAccessKeyRef
Represents an IAM Access Key.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAccessKey.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe Access Key ID.software.constructs.NodegetNode()The tree node.The Secret Access Key.Methods inherited from interface software.amazon.awscdk.services.iam.IAccessKeyRef
getAccessKeyRefMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessKeyId
The Access Key ID. -
getSecretAccessKey
The Secret Access Key. -
getNode
@Stability(Stable) @NotNull software.constructs.Node getNode()The tree node.- Specified by:
getNodein interfacesoftware.constructs.IConstruct
-