Interface KeyContextQuery
-
- All Superinterfaces:
ContextLookupRoleOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KeyContextQuery.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.790Z") @Stability(Stable) public interface KeyContextQuery extends software.amazon.jsii.JsiiSerializable, ContextLookupRoleOptions
Query input for looking up a KMS Key.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKeyContextQuery.BuilderA builder forKeyContextQuerystatic classKeyContextQuery.Jsii$ProxyAn implementation forKeyContextQuery
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static KeyContextQuery.Builderbuilder()StringgetAliasName()Alias name used to search the Key.-
Methods inherited from interface software.amazon.awscdk.cloudassembly.schema.ContextLookupRoleOptions
getAccount, getAssumeRoleAdditionalOptions, getLookupRoleArn, getLookupRoleExternalId, getRegion
-
-
-
-
Method Detail
-
getAliasName
@Stability(Stable) @NotNull String getAliasName()
Alias name used to search the Key.
-
builder
@Stability(Stable) static KeyContextQuery.Builder builder()
- Returns:
- a
KeyContextQuery.BuilderofKeyContextQuery
-
-