@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.925Z") @Stability(value=Stable) public interface ResolveChangeContextOptions 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.*;
ResolveChangeContextOptions resolveChangeContextOptions = ResolveChangeContextOptions.builder()
.allowIntrinsicKeys(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResolveChangeContextOptions.Builder
A builder for
ResolveChangeContextOptions |
static class |
ResolveChangeContextOptions.Jsii$Proxy
An implementation for
ResolveChangeContextOptions |
| Modifier and Type | Method and Description |
|---|---|
static ResolveChangeContextOptions.Builder |
builder() |
default Boolean |
getAllowIntrinsicKeys()
Change the 'allowIntrinsicKeys' option.
|
@Stability(value=Stable) @Nullable default Boolean getAllowIntrinsicKeys()
Default: - Unchanged
@Stability(value=Stable) static ResolveChangeContextOptions.Builder builder()
Copyright © 2022. All rights reserved.