@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.588Z") @Stability(value=Stable) public class CfnRuleGroup 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 |
|---|---|
|
CfnRuleGroup(software.constructs.Construct scope,
String id,
CfnRuleGroupProps props)
Create a new `AWS::WAFv2::RuleGroup`.
|
protected |
CfnRuleGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnRuleGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
IResolvable |
getAttrAvailableLabels() |
IResolvable |
getAttrConsumedLabels() |
String |
getAttrId() |
String |
getAttrLabelNamespace() |
Number |
getCapacity()
`AWS::WAFv2::RuleGroup.Capacity`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getCustomResponseBodies()
`AWS::WAFv2::RuleGroup.CustomResponseBodies`.
|
String |
getDescription()
`AWS::WAFv2::RuleGroup.Description`.
|
String |
getName()
`AWS::WAFv2::RuleGroup.Name`.
|
Object |
getRules()
`AWS::WAFv2::RuleGroup.Rules`.
|
String |
getScope()
`AWS::WAFv2::RuleGroup.Scope`.
|
TagManager |
getTags()
`AWS::WAFv2::RuleGroup.Tags`.
|
Object |
getVisibilityConfig()
`AWS::WAFv2::RuleGroup.VisibilityConfig`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCapacity(Number value)
`AWS::WAFv2::RuleGroup.Capacity`.
|
void |
setCustomResponseBodies(IResolvable value)
`AWS::WAFv2::RuleGroup.CustomResponseBodies`.
|
void |
setCustomResponseBodies(Map<String,Object> value)
`AWS::WAFv2::RuleGroup.CustomResponseBodies`.
|
void |
setDescription(String value)
`AWS::WAFv2::RuleGroup.Description`.
|
void |
setName(String value)
`AWS::WAFv2::RuleGroup.Name`.
|
void |
setRules(IResolvable value)
`AWS::WAFv2::RuleGroup.Rules`.
|
void |
setRules(List<Object> value)
`AWS::WAFv2::RuleGroup.Rules`.
|
void |
setScope(String value)
`AWS::WAFv2::RuleGroup.Scope`.
|
void |
setVisibilityConfig(CfnRuleGroup.VisibilityConfigProperty value)
`AWS::WAFv2::RuleGroup.VisibilityConfig`.
|
void |
setVisibilityConfig(IResolvable value)
`AWS::WAFv2::RuleGroup.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 CfnRuleGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnRuleGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnRuleGroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnRuleGroupProps 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 IResolvable getAttrAvailableLabels()
@Stability(value=Stable) @NotNull public IResolvable getAttrConsumedLabels()
@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 Number getCapacity()
@Stability(value=Stable)
public void setCapacity(@NotNull
Number 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
CfnRuleGroup.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.