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
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 dictionaryThe following arguments are supported:
- Connector
Arn string - The ARN of the connector
- Connector
Arn string - The ARN of the connector
- connector
Arn String - The ARN of the connector
- connector
Arn string - The ARN of the connector
- connector_
arn str - The ARN of the connector
- connector
Arn String - The ARN of the connector
getConnectorV2 Result
The following output properties are available:
- Connector
Arn string - The ARN of the connector
- Connector
Id string - The ID of the connector
- Connector
Status Pulumi.Aws Native. Security Hub. Connector V2Connector Status - The status of the connector
- Created
At string - The timestamp when the V2 connector was created.
- Description string
- A description of the connector
- Last
Checked stringAt - The most recent timestamp when the V2 connector was checked on health status.
- Last
Updated stringAt - The most recent timestamp when the V2 connector was updated.
- Message string
- The message of the connector status change
- Provider
Pulumi.
Aws Native. Security Hub. Outputs. Connector V2Provider - The third-party provider detail for a service configuration.
- Dictionary<string, string>
- The tags to add to the connectorV2 when you create.
- Connector
Arn string - The ARN of the connector
- Connector
Id string - The ID of the connector
- Connector
Status ConnectorV2Connector Status - The status of the connector
- Created
At string - The timestamp when the V2 connector was created.
- Description string
- A description of the connector
- Last
Checked stringAt - The most recent timestamp when the V2 connector was checked on health status.
- Last
Updated stringAt - The most recent timestamp when the V2 connector was updated.
- Message string
- The message of the connector status change
- Provider
Connector
V2Provider - The third-party provider detail for a service configuration.
- map[string]string
- The tags to add to the connectorV2 when you create.
- connector
Arn String - The ARN of the connector
- connector
Id String - The ID of the connector
- connector
Status ConnectorV2Connector Status - The status of the connector
- created
At String - The timestamp when the V2 connector was created.
- description String
- A description of the connector
- last
Checked StringAt - The most recent timestamp when the V2 connector was checked on health status.
- last
Updated StringAt - The most recent timestamp when the V2 connector was updated.
- message String
- The message of the connector status change
- provider
Connector
V2Provider - The third-party provider detail for a service configuration.
- Map<String,String>
- The tags to add to the connectorV2 when you create.
- connector
Arn string - The ARN of the connector
- connector
Id string - The ID of the connector
- connector
Status ConnectorV2Connector Status - The status of the connector
- created
At string - The timestamp when the V2 connector was created.
- description string
- A description of the connector
- last
Checked stringAt - The most recent timestamp when the V2 connector was checked on health status.
- last
Updated stringAt - The most recent timestamp when the V2 connector was updated.
- message string
- The message of the connector status change
- provider
Connector
V2Provider - The third-party provider detail for a service configuration.
- {[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 ConnectorV2Connector Status - 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_ strat - The most recent timestamp when the V2 connector was checked on health status.
- last_
updated_ strat - The most recent timestamp when the V2 connector was updated.
- message str
- The message of the connector status change
- provider
Connector
V2Provider - The third-party provider detail for a service configuration.
- Mapping[str, str]
- The tags to add to the connectorV2 when you create.
- connector
Arn String - The ARN of the connector
- connector
Id String - The ID of the connector
- connector
Status "CONNECTED" | "FAILED_TO_CONNECT" | "PENDING_AUTHORIZATION" | "PENDING_CONFIGURATION" - The status of the connector
- created
At String - The timestamp when the V2 connector was created.
- description String
- A description of the connector
- last
Checked StringAt - The most recent timestamp when the V2 connector was checked on health status.
- last
Updated StringAt - 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.
- 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
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
