VaporShell.Glue.psd1
@{ RequiredAssemblies = @() PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/SCRT-HQ/VaporShell' 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 = 'beta202106091901' } } PowerShellVersion = '5.1' VariablesToExport = '*' Copyright = '(c) SCRT HQ 2020 . All rights reserved.' TypesToProcess = @() CompanyName = 'SCRT HQ' RootModule = 'VaporShell.Glue.psm1' FunctionsToExport = @('Add-VSGlueClassifierCsvClassifier','Add-VSGlueClassifierGrokClassifier','Add-VSGlueClassifierJsonClassifier','Add-VSGlueClassifierXMLClassifier','Add-VSGlueConnectionConnectionInput','Add-VSGlueConnectionPhysicalConnectionRequirements','Add-VSGlueCrawlerCatalogTarget','Add-VSGlueCrawlerDynamoDBTarget','Add-VSGlueCrawlerJdbcTarget','Add-VSGlueCrawlerS3Target','Add-VSGlueCrawlerSchedule','Add-VSGlueCrawlerSchemaChangePolicy','Add-VSGlueCrawlerTargets','Add-VSGlueDatabaseDatabaseIdentifier','Add-VSGlueDatabaseDatabaseInput','Add-VSGlueDataCatalogEncryptionSettingsConnectionPasswordEncryption','Add-VSGlueDataCatalogEncryptionSettingsDataCatalogEncryptionSettings','Add-VSGlueDataCatalogEncryptionSettingsEncryptionAtRest','Add-VSGlueJobConnectionsList','Add-VSGlueJobExecutionProperty','Add-VSGlueJobJobCommand','Add-VSGlueJobNotificationProperty','Add-VSGlueMLTransformFindMatchesParameters','Add-VSGlueMLTransformGlueTables','Add-VSGlueMLTransformInputRecordTables','Add-VSGlueMLTransformMLUserDataEncryption','Add-VSGlueMLTransformTransformEncryption','Add-VSGlueMLTransformTransformParameters','Add-VSGluePartitionColumn','Add-VSGluePartitionOrder','Add-VSGluePartitionPartitionInput','Add-VSGluePartitionSchemaId','Add-VSGluePartitionSchemaReference','Add-VSGluePartitionSerdeInfo','Add-VSGluePartitionSkewedInfo','Add-VSGluePartitionStorageDescriptor','Add-VSGlueSchemaRegistry','Add-VSGlueSchemaSchemaVersion','Add-VSGlueSchemaVersionSchema','Add-VSGlueSecurityConfigurationCloudWatchEncryption','Add-VSGlueSecurityConfigurationEncryptionConfiguration','Add-VSGlueSecurityConfigurationJobBookmarksEncryption','Add-VSGlueSecurityConfigurationS3Encryption','Add-VSGlueSecurityConfigurationS3Encryptions','Add-VSGlueTableColumn','Add-VSGlueTableOrder','Add-VSGlueTableSchemaId','Add-VSGlueTableSchemaReference','Add-VSGlueTableSerdeInfo','Add-VSGlueTableSkewedInfo','Add-VSGlueTableStorageDescriptor','Add-VSGlueTableTableIdentifier','Add-VSGlueTableTableInput','Add-VSGlueTriggerAction','Add-VSGlueTriggerCondition','Add-VSGlueTriggerNotificationProperty','Add-VSGlueTriggerPredicate','New-VSGlueClassifier','New-VSGlueConnection','New-VSGlueCrawler','New-VSGlueDatabase','New-VSGlueDataCatalogEncryptionSettings','New-VSGlueDevEndpoint','New-VSGlueJob','New-VSGlueMLTransform','New-VSGluePartition','New-VSGlueRegistry','New-VSGlueSchema','New-VSGlueSchemaVersion','New-VSGlueSchemaVersionMetadata','New-VSGlueSecurityConfiguration','New-VSGlueTable','New-VSGlueTrigger','New-VSGlueWorkflow') DotNetFrameworkVersion = '4.7.2' FormatsToProcess = @() ScriptsToProcess = @('VaporShell.Glue.Classes.ps1') GUID = 'e7cd27c9-db59-4ccb-b34c-219923084caa' AliasesToExport = '*' CmdletsToExport = @() Description = 'Service-specific module for AWS CloudFormation for service:' ModuleVersion = '3.0.0' ProcessorArchitecture = 'None' FileList = @() RequiredModules = @('VaporShell') Author = 'Nate Ferrell' } |