VaporShell.WAFv2.psd1
@{ ModuleVersion = '3.0.0' Description = 'Service-specific module for AWS CloudFormation for service:' Copyright = '(c) SCRT HQ 2020 . All rights reserved.' Author = 'Nate Ferrell' RequiredAssemblies = @() FileList = @() ScriptsToProcess = @('VaporShell.WAFv2.Classes.ps1') CompanyName = 'SCRT HQ' CmdletsToExport = @() AliasesToExport = '*' PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/SCRT-HQ/VaporShell/blob/master/LICENSE' 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') Prerelease = 'beta202103311901' ProjectUri = 'https://github.com/SCRT-HQ/VaporShell' } } RootModule = 'VaporShell.WAFv2.psm1' FormatsToProcess = @() 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') VariablesToExport = '*' DotNetFrameworkVersion = '4.7.2' TypesToProcess = @() ProcessorArchitecture = 'None' RequiredModules = @('VaporShell') GUID = '80d4e8fc-307e-4812-95e9-f3869f2aaf62' PowerShellVersion = '5.1' } |