@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.298Z") @Stability(value=Experimental) public class PublicKey extends Resource implements IPublicKey
| Modifier and Type | Class and Description |
|---|---|
static class |
PublicKey.Builder
(experimental) A fluent builder for
PublicKey. |
software.amazon.jsii.JsiiObject.InitializationModeIPublicKey.Jsii$Default, IPublicKey.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
PublicKey(software.constructs.Construct scope,
String id,
PublicKeyProps props) |
protected |
PublicKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PublicKey(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IPublicKey |
fromPublicKeyId(software.constructs.Construct scope,
String id,
String publicKeyId)
(experimental) Imports a Public Key from its id.
|
String |
getPublicKeyId()
(experimental) The ID of the key group.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected PublicKey(software.amazon.jsii.JsiiObjectRef objRef)
protected PublicKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public PublicKey(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
PublicKeyProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IPublicKey fromPublicKeyId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String publicKeyId)
scope - This parameter is required.id - This parameter is required.publicKeyId - This parameter is required.@Stability(value=Experimental) @NotNull public String getPublicKeyId()
getPublicKeyId in interface IPublicKeyCopyright © 2021. All rights reserved.