@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.308Z") @Stability(value=Stable) public class CfnAuthorizer extends CfnResource implements IInspectable
Modifier and Type | Class and Description |
---|---|
static class |
CfnAuthorizer.Builder
A fluent builder for
CfnAuthorizer . |
software.amazon.jsii.JsiiObject.InitializationMode
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Modifier and Type | Field and Description |
---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnAuthorizer(software.constructs.Construct scope,
String id,
CfnAuthorizerProps props)
Create a new `AWS::IoT::Authorizer`.
|
protected |
CfnAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnAuthorizer(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getAttrArn() |
String |
getAuthorizerFunctionArn()
`AWS::IoT::Authorizer.AuthorizerFunctionArn`.
|
String |
getAuthorizerName()
`AWS::IoT::Authorizer.AuthorizerName`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getSigningDisabled()
`AWS::IoT::Authorizer.SigningDisabled`.
|
String |
getStatus()
`AWS::IoT::Authorizer.Status`.
|
TagManager |
getTags()
`AWS::IoT::Authorizer.Tags`.
|
String |
getTokenKeyName()
`AWS::IoT::Authorizer.TokenKeyName`.
|
Object |
getTokenSigningPublicKeys()
`AWS::IoT::Authorizer.TokenSigningPublicKeys`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAuthorizerFunctionArn(String value)
`AWS::IoT::Authorizer.AuthorizerFunctionArn`.
|
void |
setAuthorizerName(String value)
`AWS::IoT::Authorizer.AuthorizerName`.
|
void |
setSigningDisabled(Boolean value)
`AWS::IoT::Authorizer.SigningDisabled`.
|
void |
setSigningDisabled(IResolvable value)
`AWS::IoT::Authorizer.SigningDisabled`.
|
void |
setStatus(String value)
`AWS::IoT::Authorizer.Status`.
|
void |
setTokenKeyName(String value)
`AWS::IoT::Authorizer.TokenKeyName`.
|
void |
setTokenSigningPublicKeys(IResolvable value)
`AWS::IoT::Authorizer.TokenSigningPublicKeys`.
|
void |
setTokenSigningPublicKeys(Map<String,String> value)
`AWS::IoT::Authorizer.TokenSigningPublicKeys`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnAuthorizer(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnAuthorizer(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnAuthorizerProps props)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.props
- - resource properties. This parameter is required.@Stability(value=Stable) public void inspect(@NotNull TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getAuthorizerFunctionArn()
@Stability(value=Stable) public void setAuthorizerFunctionArn(@NotNull String value)
@Stability(value=Stable) @Nullable public String getAuthorizerName()
@Stability(value=Stable) public void setAuthorizerName(@Nullable String value)
@Stability(value=Stable) @Nullable public Object getSigningDisabled()
@Stability(value=Stable) public void setSigningDisabled(@Nullable Boolean value)
@Stability(value=Stable) public void setSigningDisabled(@Nullable IResolvable value)
@Stability(value=Stable) @Nullable public String getStatus()
@Stability(value=Stable) public void setStatus(@Nullable String value)
@Stability(value=Stable) @Nullable public String getTokenKeyName()
@Stability(value=Stable) public void setTokenKeyName(@Nullable String value)
@Stability(value=Stable) @Nullable public Object getTokenSigningPublicKeys()
@Stability(value=Stable) public void setTokenSigningPublicKeys(@Nullable IResolvable value)
Copyright © 2021. All rights reserved.