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
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
- string
- Authorization URL for OAuth flow
- Created
At string - Creation timestamp
- Last
Updated stringAt - Last update timestamp
- Name string
- Code Security Integration name
- Status
Pulumi.
Aws Native. Inspector V2. Code Security Integration Integration Status - Integration Status
- Status
Reason string - Reason for the current status
- Type
Pulumi.
Aws Native. Inspector V2. Code Security Integration Integration Type - Integration Type
- Arn string
- Code Security Integration ARN
- string
- Authorization URL for OAuth flow
- Created
At string - Creation timestamp
- Last
Updated stringAt - Last update timestamp
- Name string
- Code Security Integration name
- Status
Code
Security Integration Integration Status - Integration Status
- Status
Reason string - Reason for the current status
- Type
Code
Security Integration Integration Type - Integration Type
- arn String
- Code Security Integration ARN
- String
- Authorization URL for OAuth flow
- created
At String - Creation timestamp
- last
Updated StringAt - Last update timestamp
- name String
- Code Security Integration name
- status
Code
Security Integration Integration Status - Integration Status
- status
Reason String - Reason for the current status
- type
Code
Security Integration Integration Type - Integration Type
- arn string
- Code Security Integration ARN
- string
- Authorization URL for OAuth flow
- created
At string - Creation timestamp
- last
Updated stringAt - Last update timestamp
- name string
- Code Security Integration name
- status
Code
Security Integration Integration Status - Integration Status
- status
Reason string - Reason for the current status
- type
Code
Security Integration Integration Type - Integration Type
- arn str
- Code Security Integration ARN
- str
- Authorization URL for OAuth flow
- created_
at str - Creation timestamp
- last_
updated_ strat - Last update timestamp
- name str
- Code Security Integration name
- status
Code
Security Integration Integration Status - Integration Status
- status_
reason str - Reason for the current status
- type
Code
Security Integration Integration Type - Integration Type
- arn String
- Code Security Integration ARN
- String
- Authorization URL for OAuth flow
- created
At String - Creation timestamp
- last
Updated StringAt - Last update timestamp
- name String
- Code Security Integration name
- status "PENDING" | "IN_PROGRESS" | "ACTIVE" | "INACTIVE" | "DISABLING"
- Integration Status
- status
Reason 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
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