@Stability(value=Stable)
public static interface CfnHttpApi.HttpApiAuthProperty
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.*;
Object authorizers;
HttpApiAuthProperty httpApiAuthProperty = HttpApiAuthProperty.builder()
.authorizers(authorizers)
.defaultAuthorizer("defaultAuthorizer")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHttpApi.HttpApiAuthProperty.Builder
A builder for
CfnHttpApi.HttpApiAuthProperty |
static class |
CfnHttpApi.HttpApiAuthProperty.Jsii$Proxy
An implementation for
CfnHttpApi.HttpApiAuthProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnHttpApi.HttpApiAuthProperty.Builder |
builder() |
default Object |
getAuthorizers()
`CfnHttpApi.HttpApiAuthProperty.Authorizers`.
|
default String |
getDefaultAuthorizer()
`CfnHttpApi.HttpApiAuthProperty.DefaultAuthorizer`.
|
@Stability(value=Stable) @Nullable default Object getAuthorizers()
@Stability(value=Stable) @Nullable default String getDefaultAuthorizer()
@Stability(value=Stable) static CfnHttpApi.HttpApiAuthProperty.Builder builder()
Copyright © 2023. All rights reserved.