@Stability(value=Stable)
public static interface CfnFunction.AuthProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.AuthProperty.Builder
A builder for
CfnFunction.AuthProperty |
static class |
CfnFunction.AuthProperty.Jsii$Proxy
An implementation for
CfnFunction.AuthProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.AuthProperty.Builder |
builder() |
default Object |
getApiKeyRequired()
`CfnFunction.AuthProperty.ApiKeyRequired`.
|
default List<String> |
getAuthorizationScopes()
`CfnFunction.AuthProperty.AuthorizationScopes`.
|
default String |
getAuthorizer()
`CfnFunction.AuthProperty.Authorizer`.
|
default Object |
getResourcePolicy()
`CfnFunction.AuthProperty.ResourcePolicy`.
|
@Stability(value=Stable) @Nullable default Object getApiKeyRequired()
@Stability(value=Stable) @Nullable default List<String> getAuthorizationScopes()
@Stability(value=Stable) @Nullable default String getAuthorizer()
@Stability(value=Stable) @Nullable default Object getResourcePolicy()
@Stability(value=Stable) static CfnFunction.AuthProperty.Builder builder()
CfnFunction.AuthProperty.Builder of CfnFunction.AuthPropertyCopyright © 2021. All rights reserved.