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

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

Viewing docs for AWS Cloud Control v1.72.0
published on Monday, Jul 20, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.72.0
published on Monday, Jul 20, 2026 by Pulumi

    Resource schema for AWS::SecurityHub::Connector

    Using getConnector

    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 getConnector(args: GetConnectorArgs, opts?: InvokeOptions): Promise<GetConnectorResult>
    function getConnectorOutput(args: GetConnectorOutputArgs, opts?: InvokeOptions): Output<GetConnectorResult>
    def get_connector(connector_arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetConnectorResult
    def get_connector_output(connector_arn: pulumi.Input[Optional[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetConnectorResult]
    func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
    func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput

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

    public static class GetConnector 
    {
        public static Task<GetConnectorResult> InvokeAsync(GetConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectorResult> Invoke(GetConnectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
    public static Output<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:securityhub:getConnector
      arguments:
        # arguments dictionary
    data "aws-native_securityhub_get_connector" "name" {
        # arguments
    }

    The following arguments are supported:

    ConnectorArn string
    The ARN of the connector
    ConnectorArn string
    The ARN of the connector
    connector_arn 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

    getConnector Result

    The following output properties are available:

    ConnectorArn string
    The ARN of the connector
    ConnectorId string
    The ID of the connector
    ConnectorStatus string
    CreatedAt string
    The date and time for createdAt in UTC and ISO 8601 format.
    CreatedBy string
    The principal that created the connector
    Description string
    A description of the connector
    EnablementStatus string
    The enablement status of the connector
    Issues List<Pulumi.AwsNative.SecurityHub.Outputs.ConnectorHealthIssue>
    The list of health issues associated with the connector
    LastCheckedAt string
    The date and time for lastCheckedAt in UTC and ISO 8601 format.
    LastUpdatedAt string
    The date and time for lastUpdatedAt in UTC and ISO 8601 format.
    Message string
    The message associated with the connector status change
    Provider Pulumi.AwsNative.SecurityHub.Outputs.ConnectorProvider
    Tags Dictionary<string, string>
    ConnectorArn string
    The ARN of the connector
    ConnectorId string
    The ID of the connector
    ConnectorStatus string
    CreatedAt string
    The date and time for createdAt in UTC and ISO 8601 format.
    CreatedBy string
    The principal that created the connector
    Description string
    A description of the connector
    EnablementStatus string
    The enablement status of the connector
    Issues []ConnectorHealthIssue
    The list of health issues associated with the connector
    LastCheckedAt string
    The date and time for lastCheckedAt in UTC and ISO 8601 format.
    LastUpdatedAt string
    The date and time for lastUpdatedAt in UTC and ISO 8601 format.
    Message string
    The message associated with the connector status change
    Provider ConnectorProvider
    Tags map[string]string
    connector_arn string
    The ARN of the connector
    connector_id string
    The ID of the connector
    connector_status string
    created_at string
    The date and time for createdAt in UTC and ISO 8601 format.
    created_by string
    The principal that created the connector
    description string
    A description of the connector
    enablement_status string
    The enablement status of the connector
    issues list(object)
    The list of health issues associated with the connector
    last_checked_at string
    The date and time for lastCheckedAt in UTC and ISO 8601 format.
    last_updated_at string
    The date and time for lastUpdatedAt in UTC and ISO 8601 format.
    message string
    The message associated with the connector status change
    provider object
    tags map(string)
    connectorArn String
    The ARN of the connector
    connectorId String
    The ID of the connector
    connectorStatus String
    createdAt String
    The date and time for createdAt in UTC and ISO 8601 format.
    createdBy String
    The principal that created the connector
    description String
    A description of the connector
    enablementStatus String
    The enablement status of the connector
    issues List<ConnectorHealthIssue>
    The list of health issues associated with the connector
    lastCheckedAt String
    The date and time for lastCheckedAt in UTC and ISO 8601 format.
    lastUpdatedAt String
    The date and time for lastUpdatedAt in UTC and ISO 8601 format.
    message String
    The message associated with the connector status change
    provider ConnectorProvider
    tags Map<String,String>
    connectorArn string
    The ARN of the connector
    connectorId string
    The ID of the connector
    connectorStatus string
    createdAt string
    The date and time for createdAt in UTC and ISO 8601 format.
    createdBy string
    The principal that created the connector
    description string
    A description of the connector
    enablementStatus string
    The enablement status of the connector
    issues ConnectorHealthIssue[]
    The list of health issues associated with the connector
    lastCheckedAt string
    The date and time for lastCheckedAt in UTC and ISO 8601 format.
    lastUpdatedAt string
    The date and time for lastUpdatedAt in UTC and ISO 8601 format.
    message string
    The message associated with the connector status change
    provider ConnectorProvider
    tags {[key: string]: string}
    connector_arn str
    The ARN of the connector
    connector_id str
    The ID of the connector
    connector_status str
    created_at str
    The date and time for createdAt in UTC and ISO 8601 format.
    created_by str
    The principal that created the connector
    description str
    A description of the connector
    enablement_status str
    The enablement status of the connector
    issues Sequence[ConnectorHealthIssue]
    The list of health issues associated with the connector
    last_checked_at str
    The date and time for lastCheckedAt in UTC and ISO 8601 format.
    last_updated_at str
    The date and time for lastUpdatedAt in UTC and ISO 8601 format.
    message str
    The message associated with the connector status change
    provider ConnectorProvider
    tags Mapping[str, str]
    connectorArn String
    The ARN of the connector
    connectorId String
    The ID of the connector
    connectorStatus String
    createdAt String
    The date and time for createdAt in UTC and ISO 8601 format.
    createdBy String
    The principal that created the connector
    description String
    A description of the connector
    enablementStatus String
    The enablement status of the connector
    issues List<Property Map>
    The list of health issues associated with the connector
    lastCheckedAt String
    The date and time for lastCheckedAt in UTC and ISO 8601 format.
    lastUpdatedAt String
    The date and time for lastUpdatedAt in UTC and ISO 8601 format.
    message String
    The message associated with the connector status change
    provider Property Map
    tags Map<String>

    Supporting Types

    ConnectorAzureProviderConfiguration

    AwsConfigConnectorArn string
    The ARN of the AWS Config connector used for the Azure integration
    AzureRegions List<string>
    The list of Azure regions to include in the connector scope
    ScopeConfiguration Pulumi.AwsNative.SecurityHub.Inputs.ConnectorAzureScopeConfiguration
    AwsConfigConnectorArn string
    The ARN of the AWS Config connector used for the Azure integration
    AzureRegions []string
    The list of Azure regions to include in the connector scope
    ScopeConfiguration ConnectorAzureScopeConfiguration
    aws_config_connector_arn string
    The ARN of the AWS Config connector used for the Azure integration
    azure_regions list(string)
    The list of Azure regions to include in the connector scope
    scope_configuration object
    awsConfigConnectorArn String
    The ARN of the AWS Config connector used for the Azure integration
    azureRegions List<String>
    The list of Azure regions to include in the connector scope
    scopeConfiguration ConnectorAzureScopeConfiguration
    awsConfigConnectorArn string
    The ARN of the AWS Config connector used for the Azure integration
    azureRegions string[]
    The list of Azure regions to include in the connector scope
    scopeConfiguration ConnectorAzureScopeConfiguration
    aws_config_connector_arn str
    The ARN of the AWS Config connector used for the Azure integration
    azure_regions Sequence[str]
    The list of Azure regions to include in the connector scope
    scope_configuration ConnectorAzureScopeConfiguration
    awsConfigConnectorArn String
    The ARN of the AWS Config connector used for the Azure integration
    azureRegions List<String>
    The list of Azure regions to include in the connector scope
    scopeConfiguration Property Map

    ConnectorAzureScopeConfiguration

    ScopeType Pulumi.AwsNative.SecurityHub.ConnectorAzureScopeConfigurationScopeType
    The scope type for the Azure connector
    ScopeValues List<string>
    The list of scope values for the Azure connector
    ScopeType ConnectorAzureScopeConfigurationScopeType
    The scope type for the Azure connector
    ScopeValues []string
    The list of scope values for the Azure connector
    scope_type "TENANT" | "SUBSCRIPTION"
    The scope type for the Azure connector
    scope_values list(string)
    The list of scope values for the Azure connector
    scopeType ConnectorAzureScopeConfigurationScopeType
    The scope type for the Azure connector
    scopeValues List<String>
    The list of scope values for the Azure connector
    scopeType ConnectorAzureScopeConfigurationScopeType
    The scope type for the Azure connector
    scopeValues string[]
    The list of scope values for the Azure connector
    scope_type ConnectorAzureScopeConfigurationScopeType
    The scope type for the Azure connector
    scope_values Sequence[str]
    The list of scope values for the Azure connector
    scopeType "TENANT" | "SUBSCRIPTION"
    The scope type for the Azure connector
    scopeValues List<String>
    The list of scope values for the Azure connector

    ConnectorAzureScopeConfigurationScopeType

    ConnectorHealthIssue

    Code string
    The code identifying the type of health issue
    Message string
    The message describing the health issue
    Code string
    The code identifying the type of health issue
    Message string
    The message describing the health issue
    code string
    The code identifying the type of health issue
    message string
    The message describing the health issue
    code String
    The code identifying the type of health issue
    message String
    The message describing the health issue
    code string
    The code identifying the type of health issue
    message string
    The message describing the health issue
    code str
    The code identifying the type of health issue
    message str
    The message describing the health issue
    code String
    The code identifying the type of health issue
    message String
    The message describing the health issue

    ConnectorProvider

    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.

    Viewing docs for AWS Cloud Control v1.72.0
    published on Monday, Jul 20, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial