@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:16.423Z") @Stability(value=Experimental) public interface KeyContextQuery extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
KeyContextQuery keyContextQuery = KeyContextQuery.builder()
.account("account")
.aliasName("aliasName")
.region("region")
// the properties below are optional
.lookupRoleArn("lookupRoleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyContextQuery.Builder
A builder for
KeyContextQuery |
static class |
KeyContextQuery.Jsii$Proxy
An implementation for
KeyContextQuery |
| Modifier and Type | Method and Description |
|---|---|
static KeyContextQuery.Builder |
builder() |
String |
getAccount()
(experimental) Query account.
|
String |
getAliasName()
(experimental) Alias name used to search the Key.
|
default String |
getLookupRoleArn()
(experimental) The ARN of the role that should be used to look up the missing values.
|
String |
getRegion()
(experimental) Query region.
|
@Stability(value=Experimental) @NotNull String getAccount()
@Stability(value=Experimental) @NotNull String getAliasName()
@Stability(value=Experimental) @NotNull String getRegion()
@Stability(value=Experimental) @Nullable default String getLookupRoleArn()
Default: - None
@Stability(value=Experimental) static KeyContextQuery.Builder builder()
KeyContextQuery.Builder of KeyContextQueryCopyright © 2022. All rights reserved.