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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAccessKey
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe Access Key ID.software.constructs.Node
getNode()
The tree node.The Secret Access Key.Methods inherited from interface software.amazon.awscdk.services.iam.IAccessKeyRef
getAccessKeyRef
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods 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:
getNode
in interfacesoftware.constructs.IConstruct
-