@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.295Z") @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.InitializationMode
IKeyGroup.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, isResource
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected 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 IKeyGroup
Copyright © 2021. All rights reserved.