Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sources): update cfn-schema #1551

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

aws-cdk-automation
Copy link
Contributor

⚠️ This Pull Request updates daily and will overwrite all manual changes pushed to the branch

Updates the cfn-schema source from upstream. See details in workflow run.


Automatically created by projen via the "update-source-cfn-schema" workflow

> ⚠️ This Pull Request updates daily and will overwrite **all** manual changes pushed to the branch

Updates the cfn-schema source from upstream. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/awscdk-service-spec/actions/runs/12663444504

------

*Automatically created by projen via the "update-source-cfn-schema" workflow*

Signed-off-by: github-actions <[email protected]>
Copy link

github-actions bot commented Jan 8, 2025

To work on this Pull Request, please create a new branch and PR. This prevents your work from being deleted by the automation.

Run the following commands inside the repo:

gh co 1551
git switch -c fix-pr-1551 && git push -u origin HEAD
gh pr create -t "fix: PR #1551" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/1551"

Copy link

github-actions bot commented Jan 8, 2025

@aws-cdk/aws-service-spec: Model database diff detected

├[~] service aws-backup
│ └ resources
│    └[~]  resource AWS::Backup::LogicallyAirGappedBackupVault
│       ├ properties
│       │  ├[-] VaultState: string
│       │  └[-] VaultType: string
│       └ attributes
│          ├[+] VaultState: string
│          └[+] VaultType: string
├[~] service aws-customerprofiles
│ └ resources
│    └[+]  resource AWS::CustomerProfiles::EventTrigger
│       ├      name: EventTrigger
│       │      cloudFormationType: AWS::CustomerProfiles::EventTrigger
│       │      documentation: An event trigger resource of Amazon Connect Customer Profiles
│       │      tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│       ├ properties
│       │  ├ DomainName: string (required, immutable)
│       │  ├ EventTriggerName: string (required, immutable)
│       │  ├ ObjectTypeName: string (required)
│       │  ├ Description: string
│       │  ├ EventTriggerConditions: Array<EventTriggerCondition> (required)
│       │  ├ EventTriggerLimits: EventTriggerLimits
│       │  ├ SegmentFilter: string
│       │  └ Tags: Array<tag>
│       ├ attributes
│       │  ├ CreatedAt: string
│       │  └ LastUpdatedAt: string
│       └ types
│          ├ type EventTriggerCondition
│          │ ├      documentation: Specifies the circumstances under which the event should trigger the destination.
│          │ │      name: EventTriggerCondition
│          │ └ properties
│          │    ├ EventTriggerDimensions: Array<EventTriggerDimension> (required)
│          │    └ LogicalOperator: string (required)
│          ├ type EventTriggerDimension
│          │ ├      documentation: A specific event dimension to be assessed.
│          │ │      name: EventTriggerDimension
│          │ └ properties
│          │    └ ObjectAttributes: Array<ObjectAttribute> (required)
│          ├ type EventTriggerLimits
│          │ ├      documentation: Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
│          │ │      name: EventTriggerLimits
│          │ └ properties
│          │    ├ EventExpiration: integer
│          │    └ Periods: Array<Period>
│          ├ type ObjectAttribute
│          │ ├      documentation: The criteria that a specific object attribute must meet to trigger the destination.
│          │ │      name: ObjectAttribute
│          │ └ properties
│          │    ├ Source: string
│          │    ├ FieldName: string
│          │    ├ ComparisonOperator: string (required)
│          │    └ Values: Array<string> (required)
│          └ type Period
│            ├      documentation: Defines a limit and the time period during which it is enforced.
│            │      name: Period
│            └ properties
│               ├ Unit: string (required)
│               ├ Value: integer (required)
│               ├ MaxInvocationsPerProfile: integer
│               └ Unlimited: boolean
├[~] service aws-lex
│ └ resources
│    └[~]  resource AWS::Lex::Bot
│       ├ properties
│       │  └[+] Replication: Replication
│       └ types
│          └[+]  type Replication
│             ├      documentation: Parameter used to create a replication of the source bot in the secondary region.
│             │      name: Replication
│             └ properties
│                └ ReplicaRegions: Array<string> (required)
├[~] service aws-resiliencehub
│ └ resources
│    └[~]  resource AWS::ResilienceHub::App
│       └ properties
│          └[+] RegulatoryPolicyArn: string
├[~] service aws-rolesanywhere
│ └ resources
│    └[~]  resource AWS::RolesAnywhere::Profile
│       └ properties
│          └ RequireInstanceProperties: - boolean
│                                       + boolean (immutable)
└[~] service aws-ses
  └ resources
     └[~]  resource AWS::SES::ConfigurationSet
        └ types
           └[~] type TrackingOptions
             └ properties
                └[+] HttpsPolicy: string

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Jan 8, 2025
Merged via the queue into main with commit 3020114 Jan 8, 2025
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch January 8, 2025 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant