Class CloudFrontWebAclProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.staticwebsite.CloudFrontWebAclProps.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,CloudFrontWebAclProps
- Enclosing interface:
- CloudFrontWebAclProps
@Stability(Experimental) @Internal public static final class CloudFrontWebAclProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFrontWebAclProps
An implementation forCloudFrontWebAclProps
-
-
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.staticwebsite.CloudFrontWebAclProps
CloudFrontWebAclProps.Builder, CloudFrontWebAclProps.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(CloudFrontWebAclProps.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudFrontWebAclProps.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.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(CloudFrontWebAclProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudFrontWebAclProps.Builder.
-
-
Method Detail
-
getCidrAllowList
public final CidrAllowList getCidrAllowList()
Description copied from interface:CloudFrontWebAclProps(experimental) List of cidr ranges to allow.Default: - undefined
- Specified by:
getCidrAllowListin interfaceCloudFrontWebAclProps
-
getManagedRules
public final List<ManagedRule> getManagedRules()
Description copied from interface:CloudFrontWebAclProps(experimental) List of managed rules to apply to the web acl.Default: - [{ vendor: "AWS", name: "AWSManagedRulesCommonRuleSet" }]
- Specified by:
getManagedRulesin interfaceCloudFrontWebAclProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-