Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AWS/DirectoryInsights/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Parameters:
JumpCloudApiKey:
Type: String
NoEcho: true
AllowedPattern: \b[a-z0-9]{40}\b
AllowedPattern: \b[a-zA-Z0-9_]{40}\b
IncrementType:
Type: String
Default: day
Expand Down Expand Up @@ -43,7 +43,7 @@ Metadata:
Name: JumpCloud-DirectoryInsights
Description: This Serverless Application can be used to collect your JumpCloud Directory Insights data at a regular interval.
Author: JumpCloud Solutions Architecture
SemanticVersion: 1.3.0
SemanticVersion: 1.3.1
HomePageUrl: https://git.io/JJlrZ
SourceCodeUrl: https://git.io/JJiMo
LicenseUrl: LICENSE
Expand Down