Skip to content

Commit

Permalink
Update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-chappell committed Jan 6, 2025
1 parent 2436691 commit caeb245
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/cdk/lib/__snapshots__/service-catalogue.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20399,9 +20399,9 @@ spec:
},
"Type": "AWS::IAM::Role",
},
"cloudbustercloudbustercron309MONFRI0A90AE33E": {
"cloudbustercloudbustercron07MONFRI028B0F781": {
"Properties": {
"ScheduleExpression": "cron(30 9 ? * MON-FRI *)",
"ScheduleExpression": "cron(0 7 ? * MON-FRI *)",
"State": "ENABLED",
"Targets": [
{
Expand All @@ -20417,7 +20417,7 @@ spec:
},
"Type": "AWS::Events::Rule",
},
"cloudbustercloudbustercron309MONFRI0AllowEventRuleServiceCataloguecloudbuster82FA89E4F5116C2E": {
"cloudbustercloudbustercron07MONFRI0AllowEventRuleServiceCataloguecloudbuster82FA89E4693980BB": {
"Properties": {
"Action": "lambda:InvokeFunction",
"FunctionName": {
Expand All @@ -20429,7 +20429,7 @@ spec:
"Principal": "events.amazonaws.com",
"SourceArn": {
"Fn::GetAtt": [
"cloudbustercloudbustercron309MONFRI0A90AE33E",
"cloudbustercloudbustercron07MONFRI028B0F781",
"Arn",
],
},
Expand Down Expand Up @@ -24221,9 +24221,9 @@ spec:
"Type": "AWS::SecretsManager::Secret",
"UpdateReplacePolicy": "Delete",
},
"repocoprepocopcron309MONFRI042F648A2": {
"repocoprepocopcron07MONFRI08C03526D": {
"Properties": {
"ScheduleExpression": "cron(30 9 ? * MON-FRI *)",
"ScheduleExpression": "cron(0 7 ? * MON-FRI *)",
"State": "ENABLED",
"Targets": [
{
Expand All @@ -24239,7 +24239,7 @@ spec:
},
"Type": "AWS::Events::Rule",
},
"repocoprepocopcron309MONFRI0AllowEventRuleServiceCataloguerepocop7BEB58922EC16074": {
"repocoprepocopcron07MONFRI0AllowEventRuleServiceCataloguerepocop7BEB58926BBB25F1": {
"Properties": {
"Action": "lambda:InvokeFunction",
"FunctionName": {
Expand All @@ -24251,7 +24251,7 @@ spec:
"Principal": "events.amazonaws.com",
"SourceArn": {
"Fn::GetAtt": [
"repocoprepocopcron309MONFRI042F648A2",
"repocoprepocopcron07MONFRI08C03526D",
"Arn",
],
},
Expand Down

0 comments on commit caeb245

Please sign in to comment.