We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.pcaconnectorad.getConnector
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 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 .
- Dictionary<string, string>
- Metadata assigned to a connector consisting of a key-value pair.
- Connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- map[string]string
- Metadata assigned to a connector consisting of a key-value pair.
- connector
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- Map<String,String>
- Metadata assigned to a connector consisting of a key-value pair.
- connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- {[key: string]: string}
- Metadata assigned to a connector consisting of a key-value pair.
- connector_
arn str - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- Mapping[str, str]
- Metadata assigned to a connector consisting of a key-value pair.
- connector
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- Map<String>
- Metadata assigned to a connector consisting of a key-value pair.
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.9.0 published on Monday, Nov 18, 2024 by Pulumi