VaporShell.Glue.psd1


@{
  CompanyName = 'SCRT HQ'
  Copyright = '(c) SCRT HQ 2020 . All rights reserved.'
  CmdletsToExport = @()
  RequiredModules = @('VaporShell')
  DotNetFrameworkVersion = '4.7.2'
  PrivateData = @{
    PSData = @{
      IconUri = 'https://spotinst.com/app/themes/spotinst-theme/dist/images/features/elastigroup/intro/icons/cloudformation.svg'
      ProjectUri = 'https://github.com/SCRT-HQ/VaporShell'
      Tags = @('AWS','CloudFormation','CFN','DevOps','Automation','JSON','YAML','IaC','InfrastructureAsCode','PSEdition_Core','PSEdition_Desktop','Windows','Mac','Linux')
      Prerelease = 'beta202101271901'
      LicenseUri = 'https://github.com/SCRT-HQ/VaporShell/blob/master/LICENSE'
    }
  }
  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')
  Author = 'Nate Ferrell'
  ModuleVersion = '3.0.0'
  ScriptsToProcess = @('VaporShell.Glue.Classes.ps1')
  Description = 'Service-specific module for AWS CloudFormation for service:'
  FileList = @()
  PowerShellVersion = '5.1'
  RequiredAssemblies = @()
  RootModule = 'VaporShell.Glue.psm1'
  ProcessorArchitecture = 'None'
  FormatsToProcess = @()
  VariablesToExport = '*'
  TypesToProcess = @()
  GUID = 'e7cd27c9-db59-4ccb-b34c-219923084caa'
  AliasesToExport = '*'
}