@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.221Z") @Stability(value=Experimental) public class KeyGroup extends Resource implements IKeyGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyGroup.Builder
(experimental) 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)
(experimental) Imports a Key Group from its id.
|
String |
getKeyGroupId()
(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 KeyGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected KeyGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
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=Experimental) @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=Experimental) @NotNull public String getKeyGroupId()
getKeyGroupId in interface IKeyGroupCopyright © 2021. All rights reserved.