Class OpenApiGatewayWebAclOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.OpenApiGatewayWebAclOptions.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,OpenApiGatewayWebAclOptions
- Enclosing interface:
- OpenApiGatewayWebAclOptions
@Stability(Experimental) @Internal public static final class OpenApiGatewayWebAclOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OpenApiGatewayWebAclOptions
An implementation forOpenApiGatewayWebAclOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.openapigateway.OpenApiGatewayWebAclOptions
OpenApiGatewayWebAclOptions.Builder, OpenApiGatewayWebAclOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(OpenApiGatewayWebAclOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theOpenApiGatewayWebAclOptions.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)CidrAllowListgetCidrAllowList()(experimental) List of cidr ranges to allow.BooleangetDisable()(experimental) If set to true, no WebACL will be associated with the API.List<ManagedRule>getManagedRules()(experimental) List of managed rules to apply to the web acl.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(OpenApiGatewayWebAclOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theOpenApiGatewayWebAclOptions.Builder.
-
-
Method Detail
-
getCidrAllowList
public final CidrAllowList getCidrAllowList()
Description copied from interface:OpenApiGatewayWebAclOptions(experimental) List of cidr ranges to allow.Default: - undefined
- Specified by:
getCidrAllowListin interfaceOpenApiGatewayWebAclOptions
-
getDisable
public final Boolean getDisable()
Description copied from interface:OpenApiGatewayWebAclOptions(experimental) If set to true, no WebACL will be associated with the API.You can also use this option if you would like to create your own WebACL and associate it yourself.
Default: false
- Specified by:
getDisablein interfaceOpenApiGatewayWebAclOptions
-
getManagedRules
public final List<ManagedRule> getManagedRules()
Description copied from interface:OpenApiGatewayWebAclOptions(experimental) List of managed rules to apply to the web acl.Default: - [{ vendor: "AWS", name: "AWSManagedRulesCommonRuleSet" }]
- Specified by:
getManagedRulesin interfaceOpenApiGatewayWebAclOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-