UpdateIntegrationDetails
Contains details required to update a code security integration with a specific repository provider.
Inheritors
Types
Details specific to updating an integration with GitHub.
Details specific to updating an integration with a self-managed GitLab instance.
Functions
Casts this UpdateIntegrationDetails as a Github and retrieves its aws.sdk.kotlin.services.inspector2.model.UpdateGitHubIntegrationDetail value. Throws an exception if the UpdateIntegrationDetails is not a Github.
Casts this UpdateIntegrationDetails as a Github and retrieves its aws.sdk.kotlin.services.inspector2.model.UpdateGitHubIntegrationDetail value. Returns null if the UpdateIntegrationDetails is not a Github.
Casts this UpdateIntegrationDetails as a GitlabSelfManaged and retrieves its aws.sdk.kotlin.services.inspector2.model.UpdateGitLabSelfManagedIntegrationDetail value. Throws an exception if the UpdateIntegrationDetails is not a GitlabSelfManaged.
Casts this UpdateIntegrationDetails as a GitlabSelfManaged and retrieves its aws.sdk.kotlin.services.inspector2.model.UpdateGitLabSelfManagedIntegrationDetail value. Returns null if the UpdateIntegrationDetails is not a GitlabSelfManaged.