@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.605Z") @Stability(value=Stable) public class CfnWebACL extends CfnResource implements IInspectable
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 |
|---|---|
|
CfnWebACL(software.constructs.Construct scope,
String id,
CfnWebACLProps props)
Create a new `AWS::WAFv2::WebACL`.
|
protected |
CfnWebACL(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnWebACL(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
Number |
getAttrCapacity() |
String |
getAttrId() |
String |
getAttrLabelNamespace() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getCustomResponseBodies()
`AWS::WAFv2::WebACL.CustomResponseBodies`.
|
Object |
getDefaultAction()
`AWS::WAFv2::WebACL.DefaultAction`.
|
String |
getDescription()
`AWS::WAFv2::WebACL.Description`.
|
String |
getName()
`AWS::WAFv2::WebACL.Name`.
|
Object |
getRules()
`AWS::WAFv2::WebACL.Rules`.
|
String |
getScope()
`AWS::WAFv2::WebACL.Scope`.
|
TagManager |
getTags()
`AWS::WAFv2::WebACL.Tags`.
|
Object |
getVisibilityConfig()
`AWS::WAFv2::WebACL.VisibilityConfig`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCustomResponseBodies(IResolvable value)
`AWS::WAFv2::WebACL.CustomResponseBodies`.
|
void |
setCustomResponseBodies(Map<String,Object> value)
`AWS::WAFv2::WebACL.CustomResponseBodies`.
|
void |
setDefaultAction(CfnWebACL.DefaultActionProperty value)
`AWS::WAFv2::WebACL.DefaultAction`.
|
void |
setDefaultAction(IResolvable value)
`AWS::WAFv2::WebACL.DefaultAction`.
|
void |
setDescription(String value)
`AWS::WAFv2::WebACL.Description`.
|
void |
setName(String value)
`AWS::WAFv2::WebACL.Name`.
|
void |
setRules(IResolvable value)
`AWS::WAFv2::WebACL.Rules`.
|
void |
setRules(List<Object> value)
`AWS::WAFv2::WebACL.Rules`.
|
void |
setScope(String value)
`AWS::WAFv2::WebACL.Scope`.
|
void |
setVisibilityConfig(CfnWebACL.VisibilityConfigProperty value)
`AWS::WAFv2::WebACL.VisibilityConfig`.
|
void |
setVisibilityConfig(IResolvable value)
`AWS::WAFv2::WebACL.VisibilityConfig`.
|
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 CfnWebACL(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnWebACL(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnWebACL(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnWebACLProps 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 public String getAttrArn()
@Stability(value=Stable) @NotNull public Number getAttrCapacity()
@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull public String getAttrLabelNamespace()
@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 Object getDefaultAction()
@Stability(value=Stable)
public void setDefaultAction(@NotNull
CfnWebACL.DefaultActionProperty value)
@Stability(value=Stable)
public void setDefaultAction(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public String getScope()
@Stability(value=Stable)
public void setScope(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getVisibilityConfig()
@Stability(value=Stable)
public void setVisibilityConfig(@NotNull
CfnWebACL.VisibilityConfigProperty value)
@Stability(value=Stable)
public void setVisibilityConfig(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public Object getCustomResponseBodies()
@Stability(value=Stable)
public void setCustomResponseBodies(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setCustomResponseBodies(@Nullable
Map<String,Object> value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getRules()
@Stability(value=Stable)
public void setRules(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.