Interface IAccessKey.Jsii$Default
- All Superinterfaces:
IAccessKey,IAccessKeyRef,IAccessKeyRef.Jsii$Default,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAccessKey.Jsii$Proxy
- Enclosing interface:
IAccessKey
@Internal
public static interface IAccessKey.Jsii$Default
extends IAccessKey, IResource.Jsii$Default, IAccessKeyRef.Jsii$Default
Internal default implementation for
IAccessKey.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IAccessKey
IAccessKey.Jsii$Default, IAccessKey.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.iam.IAccessKeyRef
IAccessKeyRef.Jsii$Default, IAccessKeyRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe Access Key ID.default SecretValueThe Secret Access Key.Methods inherited from interface software.amazon.awscdk.interfaces.iam.IAccessKeyRef.Jsii$Default
getAccessKeyRefMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessKeyId
The Access Key ID.- Specified by:
getAccessKeyIdin interfaceIAccessKey
-
getSecretAccessKey
The Secret Access Key.- Specified by:
getSecretAccessKeyin interfaceIAccessKey
-