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
published on Monday, Mar 23, 2026 by Pulumi
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
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 dictionaryThe 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.
- Last
Modified stringTime - The trust store's last modified time.
- Number
Of intCa Certificates - The trust store's number of CA certificates.
- Status
Pulumi.
Aws Native. Cloud Front. Trust Store Status - The trust store's status.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A complex type that contains zero or more
Tagelements.
- 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.
- Last
Modified stringTime - The trust store's last modified time.
- Number
Of intCa Certificates - The trust store's number of CA certificates.
- Status
Trust
Store Status - The trust store's status.
- Tag
- A complex type that contains zero or more
Tagelements.
- arn String
- The trust store's Amazon Resource Name (ARN).
- e
Tag String - The version identifier for the current version of the trust store.
- id String
- The trust store's ID.
- last
Modified StringTime - The trust store's last modified time.
- number
Of IntegerCa Certificates - The trust store's number of CA certificates.
- status
Trust
Store Status - The trust store's status.
- List<Tag>
- A complex type that contains zero or more
Tagelements.
- arn string
- The trust store's Amazon Resource Name (ARN).
- e
Tag string - The version identifier for the current version of the trust store.
- id string
- The trust store's ID.
- last
Modified stringTime - The trust store's last modified time.
- number
Of numberCa Certificates - The trust store's number of CA certificates.
- status
Trust
Store Status - The trust store's status.
- Tag[]
- A complex type that contains zero or more
Tagelements.
- 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_ strtime - The trust store's last modified time.
- number_
of_ intca_ certificates - The trust store's number of CA certificates.
- status
Trust
Store Status - The trust store's status.
- Sequence[root_Tag]
- A complex type that contains zero or more
Tagelements.
- arn String
- The trust store's Amazon Resource Name (ARN).
- e
Tag String - The version identifier for the current version of the trust store.
- id String
- The trust store's ID.
- last
Modified StringTime - The trust store's last modified time.
- number
Of NumberCa Certificates - The trust store's number of CA certificates.
- status "PENDING" | "ACTIVE" | "FAILED"
- The trust store's status.
- List<Property Map>
- A complex type that contains zero or more
Tagelements.
Supporting Types
Tag
TrustStoreStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Mar 23, 2026 by Pulumi
