VaporShell.ElasticLoadBalancingV2.psd1
@{ TypesToProcess = @() PowerShellVersion = '5.1' VariablesToExport = '*' RequiredModules = @('VaporShell') CompanyName = 'SCRT HQ' ScriptsToProcess = @('VaporShell.ElasticLoadBalancingV2.Classes.ps1') Copyright = '(c) SCRT HQ 2020 . All rights reserved.' FormatsToProcess = @() CmdletsToExport = @() GUID = '9de34e07-75d3-4df1-b80b-2f667b851d86' Author = 'Nate Ferrell' DotNetFrameworkVersion = '4.7.2' PrivateData = @{ PSData = @{ Prerelease = 'beta20210908r1' LicenseUri = 'https://github.com/SCRT-HQ/VaporShell/blob/master/LICENSE' ProjectUri = 'https://github.com/SCRT-HQ/VaporShell' Tags = @('AWS','CloudFormation','CFN','DevOps','Automation','JSON','YAML','IaC','InfrastructureAsCode','PSEdition_Core','PSEdition_Desktop','Windows','Mac','Linux') IconUri = 'https://spotinst.com/app/themes/spotinst-theme/dist/images/features/elastigroup/intro/icons/cloudformation.svg' } } Description = 'Service-specific module for AWS CloudFormation for service:' RootModule = 'VaporShell.ElasticLoadBalancingV2.psm1' ProcessorArchitecture = 'None' FileList = @() AliasesToExport = '*' FunctionsToExport = @('Add-VSElasticLoadBalancingV2ListenerAction','Add-VSElasticLoadBalancingV2ListenerAuthenticateCognitoConfig','Add-VSElasticLoadBalancingV2ListenerAuthenticateOidcConfig','Add-VSElasticLoadBalancingV2ListenerCertificate','Add-VSElasticLoadBalancingV2ListenerCertificateCertificate','Add-VSElasticLoadBalancingV2ListenerFixedResponseConfig','Add-VSElasticLoadBalancingV2ListenerForwardConfig','Add-VSElasticLoadBalancingV2ListenerRedirectConfig','Add-VSElasticLoadBalancingV2ListenerRuleAction','Add-VSElasticLoadBalancingV2ListenerRuleAuthenticateCognitoConfig','Add-VSElasticLoadBalancingV2ListenerRuleAuthenticateOidcConfig','Add-VSElasticLoadBalancingV2ListenerRuleFixedResponseConfig','Add-VSElasticLoadBalancingV2ListenerRuleForwardConfig','Add-VSElasticLoadBalancingV2ListenerRuleHostHeaderConfig','Add-VSElasticLoadBalancingV2ListenerRuleHttpHeaderConfig','Add-VSElasticLoadBalancingV2ListenerRuleHttpRequestMethodConfig','Add-VSElasticLoadBalancingV2ListenerRulePathPatternConfig','Add-VSElasticLoadBalancingV2ListenerRuleQueryStringConfig','Add-VSElasticLoadBalancingV2ListenerRuleQueryStringKeyValue','Add-VSElasticLoadBalancingV2ListenerRuleRedirectConfig','Add-VSElasticLoadBalancingV2ListenerRuleRuleCondition','Add-VSElasticLoadBalancingV2ListenerRuleSourceIpConfig','Add-VSElasticLoadBalancingV2ListenerRuleTargetGroupStickinessConfig','Add-VSElasticLoadBalancingV2ListenerRuleTargetGroupTuple','Add-VSElasticLoadBalancingV2ListenerTargetGroupStickinessConfig','Add-VSElasticLoadBalancingV2ListenerTargetGroupTuple','Add-VSElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute','Add-VSElasticLoadBalancingV2LoadBalancerSubnetMapping','Add-VSElasticLoadBalancingV2TargetGroupMatcher','Add-VSElasticLoadBalancingV2TargetGroupTargetDescription','Add-VSElasticLoadBalancingV2TargetGroupTargetGroupAttribute','New-VSElasticLoadBalancingV2Listener','New-VSElasticLoadBalancingV2ListenerCertificate','New-VSElasticLoadBalancingV2ListenerRule','New-VSElasticLoadBalancingV2LoadBalancer','New-VSElasticLoadBalancingV2TargetGroup') ModuleVersion = '3.0.0' RequiredAssemblies = @() } |