1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. cloudfront
  5. getTrustStore

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

AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
aws-native logo

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

AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi

    Resource Type definition for AWS::CloudFront::TrustStore. TrustStores contain CA certificates for mTLS authentication and can be associated with CloudFront distributions.

    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(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetTrustStoreResult
    def get_trust_store_output(id: 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:cloudfront:getTrustStore
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier for the trust store
    Id string
    The unique identifier for the trust store
    id String
    The unique identifier for the trust store
    id string
    The unique identifier for the trust store
    id str
    The unique identifier for the trust store
    id String
    The unique identifier for the trust store

    getTrustStore Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the trust store
    ETag string
    The version identifier for the current version of the trust store.
    Id string
    The unique identifier for the trust store
    LastModifiedTime string
    The last modification timestamp of the trust store PEM file
    NumberOfCaCertificates int
    The number of CA certificates in the trust store PEM file
    Status Pulumi.AwsNative.CloudFront.TrustStoreStatus
    Current status of the trust store
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Key-value pairs for resource tagging
    Arn string
    The Amazon Resource Name (ARN) of the trust store
    ETag string
    The version identifier for the current version of the trust store.
    Id string
    The unique identifier for the trust store
    LastModifiedTime string
    The last modification timestamp of the trust store PEM file
    NumberOfCaCertificates int
    The number of CA certificates in the trust store PEM file
    Status TrustStoreStatus
    Current status of the trust store
    Tags Tag
    Key-value pairs for resource tagging
    arn String
    The Amazon Resource Name (ARN) of the trust store
    eTag String
    The version identifier for the current version of the trust store.
    id String
    The unique identifier for the trust store
    lastModifiedTime String
    The last modification timestamp of the trust store PEM file
    numberOfCaCertificates Integer
    The number of CA certificates in the trust store PEM file
    status TrustStoreStatus
    Current status of the trust store
    tags List<Tag>
    Key-value pairs for resource tagging
    arn string
    The Amazon Resource Name (ARN) of the trust store
    eTag string
    The version identifier for the current version of the trust store.
    id string
    The unique identifier for the trust store
    lastModifiedTime string
    The last modification timestamp of the trust store PEM file
    numberOfCaCertificates number
    The number of CA certificates in the trust store PEM file
    status TrustStoreStatus
    Current status of the trust store
    tags Tag[]
    Key-value pairs for resource tagging
    arn str
    The Amazon Resource Name (ARN) of the trust store
    e_tag str
    The version identifier for the current version of the trust store.
    id str
    The unique identifier for the trust store
    last_modified_time str
    The last modification timestamp of the trust store PEM file
    number_of_ca_certificates int
    The number of CA certificates in the trust store PEM file
    status TrustStoreStatus
    Current status of the trust store
    tags Sequence[root_Tag]
    Key-value pairs for resource tagging
    arn String
    The Amazon Resource Name (ARN) of the trust store
    eTag String
    The version identifier for the current version of the trust store.
    id String
    The unique identifier for the trust store
    lastModifiedTime String
    The last modification timestamp of the trust store PEM file
    numberOfCaCertificates Number
    The number of CA certificates in the trust store PEM file
    status "PENDING" | "ACTIVE" | "FAILED"
    Current status of the trust store
    tags List<Property Map>
    Key-value pairs for resource tagging

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    TrustStoreStatus

    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 Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate