@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.428Z") @Stability(value=Stable) public class KeyGroup extends Resource implements IKeyGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyGroup.Builder
A fluent builder for
KeyGroup. |
software.amazon.jsii.JsiiObject.InitializationModeIKeyGroup.Jsii$Default, IKeyGroup.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
KeyGroup(software.constructs.Construct scope,
String id,
KeyGroupProps props) |
protected |
KeyGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
KeyGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IKeyGroup |
fromKeyGroupId(software.constructs.Construct scope,
String id,
String keyGroupId)
Imports a Key Group from its id.
|
String |
getKeyGroupId()
The ID of the key group.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected KeyGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected KeyGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public KeyGroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
KeyGroupProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public static IKeyGroup fromKeyGroupId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String keyGroupId)
scope - This parameter is required.id - This parameter is required.keyGroupId - This parameter is required.@Stability(value=Stable) @NotNull public String getKeyGroupId()
getKeyGroupId in interface IKeyGroupCopyright © 2021. All rights reserved.