@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.453Z") @Stability(value=Stable) public interface CfnAuthorizerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAuthorizerProps.Builder
A builder for
CfnAuthorizerProps |
static class |
CfnAuthorizerProps.Jsii$Proxy
An implementation for
CfnAuthorizerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAuthorizerProps.Builder |
builder() |
String |
getAuthorizerFunctionArn()
`AWS::IoT::Authorizer.AuthorizerFunctionArn`.
|
default String |
getAuthorizerName()
`AWS::IoT::Authorizer.AuthorizerName`.
|
default Object |
getSigningDisabled()
`AWS::IoT::Authorizer.SigningDisabled`.
|
default String |
getStatus()
`AWS::IoT::Authorizer.Status`.
|
default List<CfnTag> |
getTags()
`AWS::IoT::Authorizer.Tags`.
|
default String |
getTokenKeyName()
`AWS::IoT::Authorizer.TokenKeyName`.
|
default Object |
getTokenSigningPublicKeys()
`AWS::IoT::Authorizer.TokenSigningPublicKeys`.
|
@Stability(value=Stable) @NotNull String getAuthorizerFunctionArn()
@Stability(value=Stable) @Nullable default String getAuthorizerName()
@Stability(value=Stable) @Nullable default Object getSigningDisabled()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getTokenKeyName()
@Stability(value=Stable) @Nullable default Object getTokenSigningPublicKeys()
@Stability(value=Stable) static CfnAuthorizerProps.Builder builder()
CfnAuthorizerProps.Builder of CfnAuthorizerPropsCopyright © 2021. All rights reserved.