We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.elasticloadbalancingv2.getTrustStore
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStore
Using getTrustStore
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 getTrustStore(args: GetTrustStoreArgs, opts?: InvokeOptions): Promise<GetTrustStoreResult>
function getTrustStoreOutput(args: GetTrustStoreOutputArgs, opts?: InvokeOptions): Output<GetTrustStoreResult>def get_trust_store(trust_store_arn: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetTrustStoreResult
def get_trust_store_output(trust_store_arn: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetTrustStoreResult]func LookupTrustStore(ctx *Context, args *LookupTrustStoreArgs, opts ...InvokeOption) (*LookupTrustStoreResult, error)
func LookupTrustStoreOutput(ctx *Context, args *LookupTrustStoreOutputArgs, opts ...InvokeOption) LookupTrustStoreResultOutput> Note: This function is named LookupTrustStore in the Go SDK.
public static class GetTrustStore 
{
    public static Task<GetTrustStoreResult> InvokeAsync(GetTrustStoreArgs args, InvokeOptions? opts = null)
    public static Output<GetTrustStoreResult> Invoke(GetTrustStoreInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTrustStoreResult> getTrustStore(GetTrustStoreArgs args, InvokeOptions options)
public static Output<GetTrustStoreResult> getTrustStore(GetTrustStoreArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:elasticloadbalancingv2:getTrustStore
  arguments:
    # arguments dictionaryThe following arguments are supported:
- TrustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- TrustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- trustStore StringArn 
- The Amazon Resource Name (ARN) of the trust store.
- trustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- trust_store_ strarn 
- The Amazon Resource Name (ARN) of the trust store.
- trustStore StringArn 
- The Amazon Resource Name (ARN) of the trust store.
getTrustStore Result
The following output properties are available:
- NumberOf intCa Certificates 
- The number of certificates associated with the trust store.
- Status string
- The status of the trust store, could be either of ACTIVE or CREATING.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- The tags to assign to the trust store.
- TrustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- NumberOf intCa Certificates 
- The number of certificates associated with the trust store.
- Status string
- The status of the trust store, could be either of ACTIVE or CREATING.
- Tag
- The tags to assign to the trust store.
- TrustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- numberOf IntegerCa Certificates 
- The number of certificates associated with the trust store.
- status String
- The status of the trust store, could be either of ACTIVE or CREATING.
- List<Tag>
- The tags to assign to the trust store.
- trustStore StringArn 
- The Amazon Resource Name (ARN) of the trust store.
- numberOf numberCa Certificates 
- The number of certificates associated with the trust store.
- status string
- The status of the trust store, could be either of ACTIVE or CREATING.
- Tag[]
- The tags to assign to the trust store.
- trustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- number_of_ intca_ certificates 
- The number of certificates associated with the trust store.
- status str
- The status of the trust store, could be either of ACTIVE or CREATING.
- Sequence[root_Tag]
- The tags to assign to the trust store.
- trust_store_ strarn 
- The Amazon Resource Name (ARN) of the trust store.
- numberOf NumberCa Certificates 
- The number of certificates associated with the trust store.
- status String
- The status of the trust store, could be either of ACTIVE or CREATING.
- List<Property Map>
- The tags to assign to the trust store.
- trustStore StringArn 
- The Amazon Resource Name (ARN) of the trust store.
Supporting Types
Tag
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
