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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.pcaconnectorscep.getConnector

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Represents a Connector that allows certificate issuance through Simple Certificate Enrollment Protocol (SCEP)

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

> 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)
}
Copy
public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
public static Output<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:pcaconnectorscep:getConnector
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConnectorArn This property is required. string
The Amazon Resource Name (ARN) of the connector.
ConnectorArn This property is required. string
The Amazon Resource Name (ARN) of the connector.
connectorArn This property is required. String
The Amazon Resource Name (ARN) of the connector.
connectorArn This property is required. string
The Amazon Resource Name (ARN) of the connector.
connector_arn This property is required. str
The Amazon Resource Name (ARN) of the connector.
connectorArn This property is required. String
The Amazon Resource Name (ARN) of the connector.

getConnector Result

The following output properties are available:

ConnectorArn string
The Amazon Resource Name (ARN) of the connector.
Endpoint string
The connector's HTTPS public SCEP URL.
OpenIdConfiguration Pulumi.AwsNative.PcaConnectorScep.Outputs.ConnectorOpenIdConfiguration
Tags Dictionary<string, string>
Type Pulumi.AwsNative.PcaConnectorScep.ConnectorType
The connector type.
ConnectorArn string
The Amazon Resource Name (ARN) of the connector.
Endpoint string
The connector's HTTPS public SCEP URL.
OpenIdConfiguration ConnectorOpenIdConfiguration
Tags map[string]string
Type ConnectorType
The connector type.
connectorArn String
The Amazon Resource Name (ARN) of the connector.
endpoint String
The connector's HTTPS public SCEP URL.
openIdConfiguration ConnectorOpenIdConfiguration
tags Map<String,String>
type ConnectorType
The connector type.
connectorArn string
The Amazon Resource Name (ARN) of the connector.
endpoint string
The connector's HTTPS public SCEP URL.
openIdConfiguration ConnectorOpenIdConfiguration
tags {[key: string]: string}
type ConnectorType
The connector type.
connector_arn str
The Amazon Resource Name (ARN) of the connector.
endpoint str
The connector's HTTPS public SCEP URL.
open_id_configuration ConnectorOpenIdConfiguration
tags Mapping[str, str]
type ConnectorType
The connector type.
connectorArn String
The Amazon Resource Name (ARN) of the connector.
endpoint String
The connector's HTTPS public SCEP URL.
openIdConfiguration Property Map
tags Map<String>
type "GENERAL_PURPOSE" | "INTUNE"
The connector type.

Supporting Types

ConnectorOpenIdConfiguration

Audience string
The audience value to copy into your Microsoft Entra app registration's OIDC.
Issuer string
The issuer value to copy into your Microsoft Entra app registration's OIDC.
Subject string
The subject value to copy into your Microsoft Entra app registration's OIDC.
Audience string
The audience value to copy into your Microsoft Entra app registration's OIDC.
Issuer string
The issuer value to copy into your Microsoft Entra app registration's OIDC.
Subject string
The subject value to copy into your Microsoft Entra app registration's OIDC.
audience String
The audience value to copy into your Microsoft Entra app registration's OIDC.
issuer String
The issuer value to copy into your Microsoft Entra app registration's OIDC.
subject String
The subject value to copy into your Microsoft Entra app registration's OIDC.
audience string
The audience value to copy into your Microsoft Entra app registration's OIDC.
issuer string
The issuer value to copy into your Microsoft Entra app registration's OIDC.
subject string
The subject value to copy into your Microsoft Entra app registration's OIDC.
audience str
The audience value to copy into your Microsoft Entra app registration's OIDC.
issuer str
The issuer value to copy into your Microsoft Entra app registration's OIDC.
subject str
The subject value to copy into your Microsoft Entra app registration's OIDC.
audience String
The audience value to copy into your Microsoft Entra app registration's OIDC.
issuer String
The issuer value to copy into your Microsoft Entra app registration's OIDC.
subject String
The subject value to copy into your Microsoft Entra app registration's OIDC.

ConnectorType

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.27.0 published on Monday, Apr 14, 2025 by Pulumi