1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. inspectorv2
  5. getCodeSecurityIntegration

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi

aws-native.inspectorv2.getCodeSecurityIntegration

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi

    Inspector CodeSecurityIntegration resource schema

    Using getCodeSecurityIntegration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCodeSecurityIntegration(args: GetCodeSecurityIntegrationArgs, opts?: InvokeOptions): Promise<GetCodeSecurityIntegrationResult>
    function getCodeSecurityIntegrationOutput(args: GetCodeSecurityIntegrationOutputArgs, opts?: InvokeOptions): Output<GetCodeSecurityIntegrationResult>
    def get_code_security_integration(arn: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetCodeSecurityIntegrationResult
    def get_code_security_integration_output(arn: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetCodeSecurityIntegrationResult]
    func LookupCodeSecurityIntegration(ctx *Context, args *LookupCodeSecurityIntegrationArgs, opts ...InvokeOption) (*LookupCodeSecurityIntegrationResult, error)
    func LookupCodeSecurityIntegrationOutput(ctx *Context, args *LookupCodeSecurityIntegrationOutputArgs, opts ...InvokeOption) LookupCodeSecurityIntegrationResultOutput

    > Note: This function is named LookupCodeSecurityIntegration in the Go SDK.

    public static class GetCodeSecurityIntegration 
    {
        public static Task<GetCodeSecurityIntegrationResult> InvokeAsync(GetCodeSecurityIntegrationArgs args, InvokeOptions? opts = null)
        public static Output<GetCodeSecurityIntegrationResult> Invoke(GetCodeSecurityIntegrationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCodeSecurityIntegrationResult> getCodeSecurityIntegration(GetCodeSecurityIntegrationArgs args, InvokeOptions options)
    public static Output<GetCodeSecurityIntegrationResult> getCodeSecurityIntegration(GetCodeSecurityIntegrationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:inspectorv2:getCodeSecurityIntegration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    Code Security Integration ARN
    Arn string
    Code Security Integration ARN
    arn String
    Code Security Integration ARN
    arn string
    Code Security Integration ARN
    arn str
    Code Security Integration ARN
    arn String
    Code Security Integration ARN

    getCodeSecurityIntegration Result

    The following output properties are available:

    Arn string
    Code Security Integration ARN
    AuthorizationUrl string
    Authorization URL for OAuth flow
    CreatedAt string
    Creation timestamp
    LastUpdatedAt string
    Last update timestamp
    Name string
    Code Security Integration name
    Status Pulumi.AwsNative.InspectorV2.CodeSecurityIntegrationIntegrationStatus
    Integration Status
    StatusReason string
    Reason for the current status
    Type Pulumi.AwsNative.InspectorV2.CodeSecurityIntegrationIntegrationType
    Integration Type
    Arn string
    Code Security Integration ARN
    AuthorizationUrl string
    Authorization URL for OAuth flow
    CreatedAt string
    Creation timestamp
    LastUpdatedAt string
    Last update timestamp
    Name string
    Code Security Integration name
    Status CodeSecurityIntegrationIntegrationStatus
    Integration Status
    StatusReason string
    Reason for the current status
    Type CodeSecurityIntegrationIntegrationType
    Integration Type
    arn String
    Code Security Integration ARN
    authorizationUrl String
    Authorization URL for OAuth flow
    createdAt String
    Creation timestamp
    lastUpdatedAt String
    Last update timestamp
    name String
    Code Security Integration name
    status CodeSecurityIntegrationIntegrationStatus
    Integration Status
    statusReason String
    Reason for the current status
    type CodeSecurityIntegrationIntegrationType
    Integration Type
    arn string
    Code Security Integration ARN
    authorizationUrl string
    Authorization URL for OAuth flow
    createdAt string
    Creation timestamp
    lastUpdatedAt string
    Last update timestamp
    name string
    Code Security Integration name
    status CodeSecurityIntegrationIntegrationStatus
    Integration Status
    statusReason string
    Reason for the current status
    type CodeSecurityIntegrationIntegrationType
    Integration Type
    arn str
    Code Security Integration ARN
    authorization_url str
    Authorization URL for OAuth flow
    created_at str
    Creation timestamp
    last_updated_at str
    Last update timestamp
    name str
    Code Security Integration name
    status CodeSecurityIntegrationIntegrationStatus
    Integration Status
    status_reason str
    Reason for the current status
    type CodeSecurityIntegrationIntegrationType
    Integration Type
    arn String
    Code Security Integration ARN
    authorizationUrl String
    Authorization URL for OAuth flow
    createdAt String
    Creation timestamp
    lastUpdatedAt String
    Last update timestamp
    name String
    Code Security Integration name
    status "PENDING" | "IN_PROGRESS" | "ACTIVE" | "INACTIVE" | "DISABLING"
    Integration Status
    statusReason String
    Reason for the current status
    type "GITLAB_SELF_MANAGED" | "GITHUB"
    Integration Type

    Supporting Types

    CodeSecurityIntegrationIntegrationStatus

    CodeSecurityIntegrationIntegrationType

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi