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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.workspacesweb.getTrustStore

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Definition of AWS::WorkSpacesWeb::TrustStore Resource Type

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>
Copy
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]
Copy
func LookupTrustStore(ctx *Context, args *LookupTrustStoreArgs, opts ...InvokeOption) (*LookupTrustStoreResult, error)
func LookupTrustStoreOutput(ctx *Context, args *LookupTrustStoreOutputArgs, opts ...InvokeOption) LookupTrustStoreResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetTrustStoreResult> getTrustStore(GetTrustStoreArgs args, InvokeOptions options)
public static Output<GetTrustStoreResult> getTrustStore(GetTrustStoreArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:workspacesweb:getTrustStore
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

TrustStoreArn This property is required. string
The ARN of the trust store.
TrustStoreArn This property is required. string
The ARN of the trust store.
trustStoreArn This property is required. String
The ARN of the trust store.
trustStoreArn This property is required. string
The ARN of the trust store.
trust_store_arn This property is required. str
The ARN of the trust store.
trustStoreArn This property is required. String
The ARN of the trust store.

getTrustStore Result

The following output properties are available:

AssociatedPortalArns List<string>
A list of web portal ARNs that this trust store is associated with.
CertificateList List<string>
A list of CA certificates to be added to the trust store.
Tags List<Pulumi.AwsNative.Outputs.Tag>
The tags to add to the trust store. A tag is a key-value pair.
TrustStoreArn string
The ARN of the trust store.
AssociatedPortalArns []string
A list of web portal ARNs that this trust store is associated with.
CertificateList []string
A list of CA certificates to be added to the trust store.
Tags Tag
The tags to add to the trust store. A tag is a key-value pair.
TrustStoreArn string
The ARN of the trust store.
associatedPortalArns List<String>
A list of web portal ARNs that this trust store is associated with.
certificateList List<String>
A list of CA certificates to be added to the trust store.
tags List<Tag>
The tags to add to the trust store. A tag is a key-value pair.
trustStoreArn String
The ARN of the trust store.
associatedPortalArns string[]
A list of web portal ARNs that this trust store is associated with.
certificateList string[]
A list of CA certificates to be added to the trust store.
tags Tag[]
The tags to add to the trust store. A tag is a key-value pair.
trustStoreArn string
The ARN of the trust store.
associated_portal_arns Sequence[str]
A list of web portal ARNs that this trust store is associated with.
certificate_list Sequence[str]
A list of CA certificates to be added to the trust store.
tags Sequence[root_Tag]
The tags to add to the trust store. A tag is a key-value pair.
trust_store_arn str
The ARN of the trust store.
associatedPortalArns List<String>
A list of web portal ARNs that this trust store is associated with.
certificateList List<String>
A list of CA certificates to be added to the trust store.
tags List<Property Map>
The tags to add to the trust store. A tag is a key-value pair.
trustStoreArn String
The ARN of the trust store.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi