@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.861Z") @Stability(value=Stable) 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()
Query account.
|
String |
getAliasName()
Alias name used to search the Key.
|
default String |
getLookupRoleArn()
The ARN of the role that should be used to look up the missing values.
|
String |
getRegion()
Query region.
|
@Stability(value=Stable) @NotNull String getAccount()
@Stability(value=Stable) @NotNull String getAliasName()
@Stability(value=Stable) @NotNull String getRegion()
@Stability(value=Stable) @Nullable default String getLookupRoleArn()
Default: - None
@Stability(value=Stable) static KeyContextQuery.Builder builder()
KeyContextQuery.Builder of KeyContextQueryCopyright © 2022. All rights reserved.