public static interface CfnApi.AuthProperty
// 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; AuthProperty authProperty = AuthProperty.builder() .addDefaultAuthorizerToCorsPreflight(false) .authorizers(authorizers) .defaultAuthorizer("defaultAuthorizer") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApi.AuthProperty.Builder
A builder for
CfnApi.AuthProperty |
static class |
CfnApi.AuthProperty.Jsii$Proxy
An implementation for
CfnApi.AuthProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApi.AuthProperty.Builder |
builder() |
default java.lang.Object |
getAddDefaultAuthorizerToCorsPreflight()
`CfnApi.AuthProperty.AddDefaultAuthorizerToCorsPreflight`.
|
default java.lang.Object |
getAuthorizers()
`CfnApi.AuthProperty.Authorizers`.
|
default java.lang.String |
getDefaultAuthorizer()
`CfnApi.AuthProperty.DefaultAuthorizer`.
|
default java.lang.Object getAddDefaultAuthorizerToCorsPreflight()
default java.lang.Object getAuthorizers()
default java.lang.String getDefaultAuthorizer()
static CfnApi.AuthProperty.Builder builder()
CfnApi.AuthProperty.Builder
of CfnApi.AuthProperty