AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.pcaconnectorad.getConnector
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Definition of AWS::PCAConnectorAD::Connector Resource Type
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:pcaconnectorad:getConnector
arguments:
# arguments dictionary
The following arguments are supported:
- Connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- Connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- connector
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- connector_
arn str - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- connector
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
getConnector Result
The following output properties are available:
- Connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- Connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- connector
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- connector_
arn str - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- connector
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi