Class: AWSCDK::WAFv2::CfnWebACL::ApplicationConfigProperty

Inherits:
Jsii::Struct
  • Object
show all
Defined in:
wa_fv2/cfn_web_acl.rb

Overview

A list of ApplicationAttribute s that contains information about the application.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes:) ⇒ ApplicationConfigProperty

Returns a new instance of ApplicationConfigProperty.

Parameters:



1171
1172
1173
1174
# File 'wa_fv2/cfn_web_acl.rb', line 1171

def initialize(attributes:)
  @attributes = attributes
  Jsii::Type.check_type(@attributes, JSON.parse(Base64.strict_decode64("eyJ1bmlvbiI6eyJ0eXBlcyI6W3siZnFuIjoiYXdzLWNkay1saWIuSVJlc29sdmFibGUifSx7ImNvbGxlY3Rpb24iOnsiZWxlbWVudHR5cGUiOnsidW5pb24iOnsidHlwZXMiOlt7ImZxbiI6ImF3cy1jZGstbGliLklSZXNvbHZhYmxlIn0seyJmcW4iOiJhd3MtY2RrLWxpYi5hd3Nfd2FmdjIuQ2ZuV2ViQUNMLkFwcGxpY2F0aW9uQXR0cmlidXRlUHJvcGVydHkifV19fSwia2luZCI6ImFycmF5In19XX19")), "attributes")
end

Instance Attribute Details

#attributesAWSCDK::IResolvable, Array<AWSCDK::IResolvable, AWSCDK::WAFv2::CfnWebACL::ApplicationAttributeProperty> (readonly)

Contains the attribute name and a list of values for that attribute.



1180
1181
1182
# File 'wa_fv2/cfn_web_acl.rb', line 1180

def attributes
  @attributes
end

Class Method Details

.jsii_propertiesObject



1182
1183
1184
1185
1186
# File 'wa_fv2/cfn_web_acl.rb', line 1182

def self.jsii_properties
  {
    :attributes => "attributes",
  }
end

Instance Method Details

#to_jsiiObject



1188
1189
1190
1191
1192
1193
1194
# File 'wa_fv2/cfn_web_acl.rb', line 1188

def to_jsii
  result = {}
  result.merge!({
    "attributes" => @attributes,
  })
  result.compact
end