@Stability(value=Stable)
public static interface CfnFunction.HttpApiFunctionAuthProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
HttpApiFunctionAuthProperty httpApiFunctionAuthProperty = HttpApiFunctionAuthProperty.builder()
.authorizationScopes(List.of("authorizationScopes"))
.authorizer("authorizer")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.HttpApiFunctionAuthProperty.Builder
A builder for
CfnFunction.HttpApiFunctionAuthProperty |
static class |
CfnFunction.HttpApiFunctionAuthProperty.Jsii$Proxy
An implementation for
CfnFunction.HttpApiFunctionAuthProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.HttpApiFunctionAuthProperty.Builder |
builder() |
default List<String> |
getAuthorizationScopes()
`CfnFunction.HttpApiFunctionAuthProperty.AuthorizationScopes`.
|
default String |
getAuthorizer()
`CfnFunction.HttpApiFunctionAuthProperty.Authorizer`.
|
@Stability(value=Stable) @Nullable default List<String> getAuthorizationScopes()
@Stability(value=Stable) @Nullable default String getAuthorizer()
@Stability(value=Stable) static CfnFunction.HttpApiFunctionAuthProperty.Builder builder()
Copyright © 2023. All rights reserved.