@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.072Z")
public interface GetContextKeyOptions
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; Object props; GetContextKeyOptions getContextKeyOptions = GetContextKeyOptions.builder() .provider("provider") // the properties below are optional .includeEnvironment(false) .props(Map.of( "propsKey", props)) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
GetContextKeyOptions.Builder
A builder for
GetContextKeyOptions |
static class |
GetContextKeyOptions.Jsii$Proxy
An implementation for
GetContextKeyOptions |
Modifier and Type | Method and Description |
---|---|
static GetContextKeyOptions.Builder |
builder() |
default java.lang.Boolean |
getIncludeEnvironment()
Whether to include the stack's account and region automatically.
|
default java.util.Map<java.lang.String,java.lang.Object> |
getProps()
Provider-specific properties.
|
java.lang.String |
getProvider()
The context provider to query.
|
java.lang.String getProvider()
default java.lang.Boolean getIncludeEnvironment()
Default: true
default java.util.Map<java.lang.String,java.lang.Object> getProps()
static GetContextKeyOptions.Builder builder()
GetContextKeyOptions.Builder
of GetContextKeyOptions