1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. securityhub
  5. getConnectorV2

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

AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi
aws-native logo

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

AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi

    Resource schema for AWS::SecurityHub::ConnectorV2

    Using getConnectorV2

    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 getConnectorV2(args: GetConnectorV2Args, opts?: InvokeOptions): Promise<GetConnectorV2Result>
    function getConnectorV2Output(args: GetConnectorV2OutputArgs, opts?: InvokeOptions): Output<GetConnectorV2Result>
    def get_connector_v2(connector_arn: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetConnectorV2Result
    def get_connector_v2_output(connector_arn: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetConnectorV2Result]
    func LookupConnectorV2(ctx *Context, args *LookupConnectorV2Args, opts ...InvokeOption) (*LookupConnectorV2Result, error)
    func LookupConnectorV2Output(ctx *Context, args *LookupConnectorV2OutputArgs, opts ...InvokeOption) LookupConnectorV2ResultOutput

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

    public static class GetConnectorV2 
    {
        public static Task<GetConnectorV2Result> InvokeAsync(GetConnectorV2Args args, InvokeOptions? opts = null)
        public static Output<GetConnectorV2Result> Invoke(GetConnectorV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectorV2Result> getConnectorV2(GetConnectorV2Args args, InvokeOptions options)
    public static Output<GetConnectorV2Result> getConnectorV2(GetConnectorV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:securityhub:getConnectorV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConnectorArn string
    The ARN of the connector
    ConnectorArn string
    The ARN of the connector
    connectorArn String
    The ARN of the connector
    connectorArn string
    The ARN of the connector
    connector_arn str
    The ARN of the connector
    connectorArn String
    The ARN of the connector

    getConnectorV2 Result

    The following output properties are available:

    ConnectorArn string
    The ARN of the connector
    ConnectorId string
    The ID of the connector
    ConnectorStatus Pulumi.AwsNative.SecurityHub.ConnectorV2ConnectorStatus
    The status of the connector
    CreatedAt string
    The timestamp when the V2 connector was created.
    Description string
    A description of the connector
    LastCheckedAt string
    The most recent timestamp when the V2 connector was checked on health status.
    LastUpdatedAt string
    The most recent timestamp when the V2 connector was updated.
    Message string
    The message of the connector status change
    Provider Pulumi.AwsNative.SecurityHub.Outputs.ConnectorV2Provider
    The third-party provider detail for a service configuration.
    Tags Dictionary<string, string>
    The tags to add to the connectorV2 when you create.
    ConnectorArn string
    The ARN of the connector
    ConnectorId string
    The ID of the connector
    ConnectorStatus ConnectorV2ConnectorStatus
    The status of the connector
    CreatedAt string
    The timestamp when the V2 connector was created.
    Description string
    A description of the connector
    LastCheckedAt string
    The most recent timestamp when the V2 connector was checked on health status.
    LastUpdatedAt string
    The most recent timestamp when the V2 connector was updated.
    Message string
    The message of the connector status change
    Provider ConnectorV2Provider
    The third-party provider detail for a service configuration.
    Tags map[string]string
    The tags to add to the connectorV2 when you create.
    connectorArn String
    The ARN of the connector
    connectorId String
    The ID of the connector
    connectorStatus ConnectorV2ConnectorStatus
    The status of the connector
    createdAt String
    The timestamp when the V2 connector was created.
    description String
    A description of the connector
    lastCheckedAt String
    The most recent timestamp when the V2 connector was checked on health status.
    lastUpdatedAt String
    The most recent timestamp when the V2 connector was updated.
    message String
    The message of the connector status change
    provider ConnectorV2Provider
    The third-party provider detail for a service configuration.
    tags Map<String,String>
    The tags to add to the connectorV2 when you create.
    connectorArn string
    The ARN of the connector
    connectorId string
    The ID of the connector
    connectorStatus ConnectorV2ConnectorStatus
    The status of the connector
    createdAt string
    The timestamp when the V2 connector was created.
    description string
    A description of the connector
    lastCheckedAt string
    The most recent timestamp when the V2 connector was checked on health status.
    lastUpdatedAt string
    The most recent timestamp when the V2 connector was updated.
    message string
    The message of the connector status change
    provider ConnectorV2Provider
    The third-party provider detail for a service configuration.
    tags {[key: string]: string}
    The tags to add to the connectorV2 when you create.
    connector_arn str
    The ARN of the connector
    connector_id str
    The ID of the connector
    connector_status ConnectorV2ConnectorStatus
    The status of the connector
    created_at str
    The timestamp when the V2 connector was created.
    description str
    A description of the connector
    last_checked_at str
    The most recent timestamp when the V2 connector was checked on health status.
    last_updated_at str
    The most recent timestamp when the V2 connector was updated.
    message str
    The message of the connector status change
    provider ConnectorV2Provider
    The third-party provider detail for a service configuration.
    tags Mapping[str, str]
    The tags to add to the connectorV2 when you create.
    connectorArn String
    The ARN of the connector
    connectorId String
    The ID of the connector
    connectorStatus "CONNECTED" | "FAILED_TO_CONNECT" | "PENDING_AUTHORIZATION" | "PENDING_CONFIGURATION"
    The status of the connector
    createdAt String
    The timestamp when the V2 connector was created.
    description String
    A description of the connector
    lastCheckedAt String
    The most recent timestamp when the V2 connector was checked on health status.
    lastUpdatedAt String
    The most recent timestamp when the V2 connector was updated.
    message String
    The message of the connector status change
    provider Property Map
    The third-party provider detail for a service configuration.
    tags Map<String>
    The tags to add to the connectorV2 when you create.

    Supporting Types

    ConnectorV2ConnectorStatus

    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.46.0 published on Monday, Dec 29, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate