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
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:
- Connector
Arn string - The Amazon Resource Name (ARN) of the connector.
- Connector
Arn string - The Amazon Resource Name (ARN) of the connector.
- connector
Arn String - The Amazon Resource Name (ARN) of the connector.
- connector
Arn string - The Amazon Resource Name (ARN) of the connector.
- connector_
arn str - The Amazon Resource Name (ARN) of the connector.
- connector
Arn String - The Amazon Resource Name (ARN) of the connector.
getConnector Result
The following output properties are available:
- Connector
Arn string - The Amazon Resource Name (ARN) of the connector.
- Endpoint string
- The connector's HTTPS public SCEP URL.
- Open
Id Pulumi.Configuration Aws Native. Pca Connector Scep. Outputs. Connector Open Id Configuration - Dictionary<string, string>
- Type
Pulumi.
Aws Native. Pca Connector Scep. Connector Type - The connector type.
- Connector
Arn string - The Amazon Resource Name (ARN) of the connector.
- Endpoint string
- The connector's HTTPS public SCEP URL.
- Open
Id ConnectorConfiguration Open Id Configuration - map[string]string
- Type
Connector
Type - The connector type.
- connector
Arn String - The Amazon Resource Name (ARN) of the connector.
- endpoint String
- The connector's HTTPS public SCEP URL.
- open
Id ConnectorConfiguration Open Id Configuration - Map<String,String>
- type
Connector
Type - The connector type.
- connector
Arn string - The Amazon Resource Name (ARN) of the connector.
- endpoint string
- The connector's HTTPS public SCEP URL.
- open
Id ConnectorConfiguration Open Id Configuration - {[key: string]: string}
- type
Connector
Type - 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_ Connectorconfiguration Open Id Configuration - Mapping[str, str]
- type
Connector
Type - The connector type.
- connector
Arn String - The Amazon Resource Name (ARN) of the connector.
- endpoint String
- The connector's HTTPS public SCEP URL.
- open
Id Property MapConfiguration - Map<String>
- type "GENERAL_PURPOSE" | "INTUNE"
- The connector type.
Supporting Types
ConnectorOpenIdConfiguration
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi