v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1481826573.7 KB

Retrieves information about a code security integration.

post/codesecurity/integration/get

Request body

integrationArnstring required

arn:aws:inspector2:<region>:<account-id>:codesecurity-integration/<uuid>

tagsobject

The tags associated with the code security integration.

Response

Success

integrationArnstring required

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

namestring required

The name of the code security integration.

type'GITLAB_SELF_MANAGED' | 'GITHUB' required

The type of repository provider for the integration.

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

The current status of the code security integration.

statusReasonstring required

The reason for the current status of the code security integration.

createdOnstring date-time required

The timestamp when the code security integration was created.

lastUpdateOnstring date-time required

The timestamp when the code security integration was last updated.

tagsobject

The tags associated with the code security integration.

authorizationUrlstring password

The URL used to authorize the integration with the repository provider. This is only returned if reauthorization is required to fix a connection issue. Otherwise, it is null.