VaporShell.WAFv2.psd1


@{
  ModuleVersion = '3.0.0'
  TypesToProcess = @()
  RequiredModules = @('VaporShell')
  PowerShellVersion = '5.1'
  ScriptsToProcess = @('VaporShell.WAFv2.Classes.ps1')
  AliasesToExport = '*'
  Description = 'Service-specific module for AWS CloudFormation for service:'
  Copyright = '(c) SCRT HQ 2020 . All rights reserved.'
  FunctionsToExport = @('Add-VSWAFv2RuleGroupAndStatementOne','Add-VSWAFv2RuleGroupAndStatementTwo','Add-VSWAFv2RuleGroupByteMatchStatement','Add-VSWAFv2RuleGroupFieldToMatch','Add-VSWAFv2RuleGroupForwardedIPConfiguration','Add-VSWAFv2RuleGroupGeoMatchStatement','Add-VSWAFv2RuleGroupIPSetForwardedIPConfiguration','Add-VSWAFv2RuleGroupIPSetReferenceStatement','Add-VSWAFv2RuleGroupNotStatementOne','Add-VSWAFv2RuleGroupNotStatementTwo','Add-VSWAFv2RuleGroupOrStatementOne','Add-VSWAFv2RuleGroupOrStatementTwo','Add-VSWAFv2RuleGroupRateBasedStatementOne','Add-VSWAFv2RuleGroupRateBasedStatementTwo','Add-VSWAFv2RuleGroupRegexPatternSetReferenceStatement','Add-VSWAFv2RuleGroupRule','Add-VSWAFv2RuleGroupRuleAction','Add-VSWAFv2RuleGroupSizeConstraintStatement','Add-VSWAFv2RuleGroupSqliMatchStatement','Add-VSWAFv2RuleGroupStatementOne','Add-VSWAFv2RuleGroupStatementThree','Add-VSWAFv2RuleGroupStatementTwo','Add-VSWAFv2RuleGroupTextTransformation','Add-VSWAFv2RuleGroupVisibilityConfig','Add-VSWAFv2RuleGroupXssMatchStatement','Add-VSWAFv2WebACLAndStatementOne','Add-VSWAFv2WebACLAndStatementTwo','Add-VSWAFv2WebACLByteMatchStatement','Add-VSWAFv2WebACLDefaultAction','Add-VSWAFv2WebACLExcludedRule','Add-VSWAFv2WebACLFieldToMatch','Add-VSWAFv2WebACLForwardedIPConfiguration','Add-VSWAFv2WebACLGeoMatchStatement','Add-VSWAFv2WebACLIPSetForwardedIPConfiguration','Add-VSWAFv2WebACLIPSetReferenceStatement','Add-VSWAFv2WebACLManagedRuleGroupStatement','Add-VSWAFv2WebACLNotStatementOne','Add-VSWAFv2WebACLNotStatementTwo','Add-VSWAFv2WebACLOrStatementOne','Add-VSWAFv2WebACLOrStatementTwo','Add-VSWAFv2WebACLOverrideAction','Add-VSWAFv2WebACLRateBasedStatementOne','Add-VSWAFv2WebACLRateBasedStatementTwo','Add-VSWAFv2WebACLRegexPatternSetReferenceStatement','Add-VSWAFv2WebACLRule','Add-VSWAFv2WebACLRuleAction','Add-VSWAFv2WebACLRuleGroupReferenceStatement','Add-VSWAFv2WebACLSizeConstraintStatement','Add-VSWAFv2WebACLSqliMatchStatement','Add-VSWAFv2WebACLStatementOne','Add-VSWAFv2WebACLStatementThree','Add-VSWAFv2WebACLStatementTwo','Add-VSWAFv2WebACLTextTransformation','Add-VSWAFv2WebACLVisibilityConfig','Add-VSWAFv2WebACLXssMatchStatement','New-VSWAFv2IPSet','New-VSWAFv2RegexPatternSet','New-VSWAFv2RuleGroup','New-VSWAFv2WebACL','New-VSWAFv2WebACLAssociation')
  CmdletsToExport = @()
  Author = 'Nate Ferrell'
  FormatsToProcess = @()
  ProcessorArchitecture = 'None'
  RootModule = 'VaporShell.WAFv2.psm1'
  RequiredAssemblies = @()
  VariablesToExport = '*'
  CompanyName = 'SCRT HQ'
  DotNetFrameworkVersion = '4.7.2'
  FileList = @()
  PrivateData = @{
    PSData = @{
      Prerelease = 'beta202102031902'
      LicenseUri = 'https://github.com/SCRT-HQ/VaporShell/blob/master/LICENSE'
      ProjectUri = 'https://github.com/SCRT-HQ/VaporShell'
      IconUri = 'https://spotinst.com/app/themes/spotinst-theme/dist/images/features/elastigroup/intro/icons/cloudformation.svg'
      Tags = @('AWS','CloudFormation','CFN','DevOps','Automation','JSON','YAML','IaC','InfrastructureAsCode','PSEdition_Core','PSEdition_Desktop','Windows','Mac','Linux')
    }
  }
  GUID = '80d4e8fc-307e-4812-95e9-f3869f2aaf62'
}