@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.962Z") @Stability(value=Stable) public interface CfnAuthorizerProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iot.*;
CfnAuthorizerProps cfnAuthorizerProps = CfnAuthorizerProps.builder()
.authorizerFunctionArn("authorizerFunctionArn")
// the properties below are optional
.authorizerName("authorizerName")
.signingDisabled(false)
.status("status")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.tokenKeyName("tokenKeyName")
.tokenSigningPublicKeys(Map.of(
"tokenSigningPublicKeysKey", "tokenSigningPublicKeys"))
.build();
| 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.