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

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.pcaconnectorscep.getConnector

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 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>
    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]
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:pcaconnectorscep:getConnector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConnectorArn string
    The Amazon Resource Name (ARN) of the connector.
    ConnectorArn string
    The Amazon Resource Name (ARN) of the connector.
    connectorArn String
    The Amazon Resource Name (ARN) of the connector.
    connectorArn string
    The Amazon Resource Name (ARN) of the connector.
    connector_arn str
    The Amazon Resource Name (ARN) of the connector.
    connectorArn 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
    aws-native logo

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

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi