software.aws.awsprototypingsdk.openapigateway.NoneAuthorizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of open-api-gateway Show documentation
Show all versions of open-api-gateway Show documentation
@aws-prototyping-sdk/open-api-gateway
package software.aws.awsprototypingsdk.openapigateway;
/**
* (experimental) No authorizer.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.82.0 (build 2d2ddd7)", date = "2023-08-15T05:38:04.579Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = software.aws.awsprototypingsdk.openapigateway.$Module.class, fqn = "@aws-prototyping-sdk/open-api-gateway.NoneAuthorizer")
public class NoneAuthorizer extends software.aws.awsprototypingsdk.openapigateway.Authorizer {
protected NoneAuthorizer(final software.amazon.jsii.JsiiObjectRef objRef) {
super(objRef);
}
protected NoneAuthorizer(final software.amazon.jsii.JsiiObject.InitializationMode initializationMode) {
super(initializationMode);
}
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
public NoneAuthorizer() {
super(software.amazon.jsii.JsiiObject.InitializationMode.JSII);
software.amazon.jsii.JsiiEngine.getInstance().createNewObject(this);
}
}