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

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

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi

    A trust store.

    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 trust store's ID.
    Id string
    The trust store's ID.
    id String
    The trust store's ID.
    id string
    The trust store's ID.
    id str
    The trust store's ID.
    id String
    The trust store's ID.

    getTrustStore Result

    The following output properties are available:

    Arn string
    The trust store's Amazon Resource Name (ARN).
    ETag string
    The version identifier for the current version of the trust store.
    Id string
    The trust store's ID.
    LastModifiedTime string
    The trust store's last modified time.
    NumberOfCaCertificates int
    The trust store's number of CA certificates.
    Status Pulumi.AwsNative.CloudFront.TrustStoreStatus
    The trust store's status.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A complex type that contains zero or more Tag elements.
    Arn string
    The trust store's Amazon Resource Name (ARN).
    ETag string
    The version identifier for the current version of the trust store.
    Id string
    The trust store's ID.
    LastModifiedTime string
    The trust store's last modified time.
    NumberOfCaCertificates int
    The trust store's number of CA certificates.
    Status TrustStoreStatus
    The trust store's status.
    Tags Tag
    A complex type that contains zero or more Tag elements.
    arn String
    The trust store's Amazon Resource Name (ARN).
    eTag String
    The version identifier for the current version of the trust store.
    id String
    The trust store's ID.
    lastModifiedTime String
    The trust store's last modified time.
    numberOfCaCertificates Integer
    The trust store's number of CA certificates.
    status TrustStoreStatus
    The trust store's status.
    tags List<Tag>
    A complex type that contains zero or more Tag elements.
    arn string
    The trust store's Amazon Resource Name (ARN).
    eTag string
    The version identifier for the current version of the trust store.
    id string
    The trust store's ID.
    lastModifiedTime string
    The trust store's last modified time.
    numberOfCaCertificates number
    The trust store's number of CA certificates.
    status TrustStoreStatus
    The trust store's status.
    tags Tag[]
    A complex type that contains zero or more Tag elements.
    arn str
    The trust store's Amazon Resource Name (ARN).
    e_tag str
    The version identifier for the current version of the trust store.
    id str
    The trust store's ID.
    last_modified_time str
    The trust store's last modified time.
    number_of_ca_certificates int
    The trust store's number of CA certificates.
    status TrustStoreStatus
    The trust store's status.
    tags Sequence[root_Tag]
    A complex type that contains zero or more Tag elements.
    arn String
    The trust store's Amazon Resource Name (ARN).
    eTag String
    The version identifier for the current version of the trust store.
    id String
    The trust store's ID.
    lastModifiedTime String
    The trust store's last modified time.
    numberOfCaCertificates Number
    The trust store's number of CA certificates.
    status "PENDING" | "ACTIVE" | "FAILED"
    The trust store's status.
    tags List<Property Map>
    A complex type that contains zero or more Tag elements.

    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.

    Viewing docs for AWS Cloud Control v1.58.0
    published on Monday, Mar 23, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.