@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.819Z") @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.InitializationModeIInspectable.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::ApiGateway::Authorizer`.
|
protected |
CfnAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnAuthorizer(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizerCredentials()
`AWS::ApiGateway::Authorizer.AuthorizerCredentials`.
|
Number |
getAuthorizerResultTtlInSeconds()
`AWS::ApiGateway::Authorizer.AuthorizerResultTtlInSeconds`.
|
String |
getAuthorizerUri()
`AWS::ApiGateway::Authorizer.AuthorizerUri`.
|
String |
getAuthType()
`AWS::ApiGateway::Authorizer.AuthType`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getIdentitySource()
`AWS::ApiGateway::Authorizer.IdentitySource`.
|
String |
getIdentityValidationExpression()
`AWS::ApiGateway::Authorizer.IdentityValidationExpression`.
|
String |
getName()
`AWS::ApiGateway::Authorizer.Name`.
|
List<String> |
getProviderArns()
`AWS::ApiGateway::Authorizer.ProviderARNs`.
|
String |
getRestApiId()
`AWS::ApiGateway::Authorizer.RestApiId`.
|
String |
getType()
`AWS::ApiGateway::Authorizer.Type`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAuthorizerCredentials(String value)
`AWS::ApiGateway::Authorizer.AuthorizerCredentials`.
|
void |
setAuthorizerResultTtlInSeconds(Number value)
`AWS::ApiGateway::Authorizer.AuthorizerResultTtlInSeconds`.
|
void |
setAuthorizerUri(String value)
`AWS::ApiGateway::Authorizer.AuthorizerUri`.
|
void |
setAuthType(String value)
`AWS::ApiGateway::Authorizer.AuthType`.
|
void |
setIdentitySource(String value)
`AWS::ApiGateway::Authorizer.IdentitySource`.
|
void |
setIdentityValidationExpression(String value)
`AWS::ApiGateway::Authorizer.IdentityValidationExpression`.
|
void |
setName(String value)
`AWS::ApiGateway::Authorizer.Name`.
|
void |
setProviderArns(List<String> value)
`AWS::ApiGateway::Authorizer.ProviderARNs`.
|
void |
setRestApiId(String value)
`AWS::ApiGateway::Authorizer.RestApiId`.
|
void |
setType(String value)
`AWS::ApiGateway::Authorizer.Type`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, 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 IInspectableinspector - - 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 CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getRestApiId()
@Stability(value=Stable)
public void setRestApiId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getType()
@Stability(value=Stable)
public void setType(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAuthorizerCredentials()
@Stability(value=Stable)
public void setAuthorizerCredentials(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getAuthorizerResultTtlInSeconds()
@Stability(value=Stable)
public void setAuthorizerResultTtlInSeconds(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getAuthorizerUri()
@Stability(value=Stable)
public void setAuthorizerUri(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getAuthType()
@Stability(value=Stable)
public void setAuthType(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getIdentitySource()
@Stability(value=Stable)
public void setIdentitySource(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getIdentityValidationExpression()
@Stability(value=Stable)
public void setIdentityValidationExpression(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getProviderArns()
Copyright © 2021. All rights reserved.