v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1481826573.7 KB

Creates a code security integration with a source code repository provider.

After calling the CreateCodeSecurityIntegration operation, you complete authentication and authorization with your provider. Next you call the UpdateCodeSecurityIntegration operation to provide the details to complete the integration setup

post/codesecurity/integration/create

Request body

namestring required

The name of the code security integration.

type'GITLAB_SELF_MANAGED' | 'GITHUB' required

The type of repository provider for the integration.

tagsobject

The tags to apply to the code security integration.

Response

Success

integrationArnstring required

The Amazon Resource Name (ARN) of the created code security integration.

status'PENDING' | 'IN_PROGRESS' | 'ACTIVE' | 'INACTIVE' | 'DISABLING' required

The current status of the code security integration.

authorizationUrlstring password

The URL used to authorize the integration with the repository provider.