@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.854Z") @Stability(value=Experimental) public class IdentitySource extends software.amazon.jsii.JsiiObject
The source can be specified either as a literal value (e.g: Auth) which
cannot be blank, or as an unresolved string token.
| Modifier | Constructor and Description |
|---|---|
|
IdentitySource() |
protected |
IdentitySource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
IdentitySource(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
context(String context)
(experimental) Provides a properly formatted request context identity source.
|
static String |
header(String headerName)
(experimental) Provides a properly formatted header identity source.
|
static String |
queryString(String queryString)
(experimental) Provides a properly formatted query string identity source.
|
static String |
stageVariable(String stageVariable)
(experimental) Provides a properly formatted API Gateway stage variable identity source.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected IdentitySource(software.amazon.jsii.JsiiObjectRef objRef)
protected IdentitySource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public IdentitySource()
@Stability(value=Experimental) @NotNull public static String context(@NotNull String context)
context - the name of the context variable the `IdentitySource` will represent. This parameter is required.@Stability(value=Experimental) @NotNull public static String header(@NotNull String headerName)
headerName - the name of the header the `IdentitySource` will represent. This parameter is required.@Stability(value=Experimental) @NotNull public static String queryString(@NotNull String queryString)
queryString - the name of the query string the `IdentitySource` will represent. This parameter is required.@Stability(value=Experimental) @NotNull public static String stageVariable(@NotNull String stageVariable)
stageVariable - the name of the stage variable the `IdentitySource` will represent. This parameter is required.Copyright © 2021. All rights reserved.