interface TrustStoreReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_workspacesweb.TrustStoreReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspacesweb#TrustStoreReference | 
|  Java | software.amazon.awscdk.services.workspacesweb.TrustStoreReference | 
|  Python | aws_cdk.aws_workspacesweb.TrustStoreReference | 
|  TypeScript | aws-cdk-lib»aws_workspacesweb»TrustStoreReference | 
A reference to a TrustStore resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_workspacesweb as workspacesweb } from 'aws-cdk-lib';
const trustStoreReference: workspacesweb.TrustStoreReference = {
  trustStoreArn: 'trustStoreArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| trust | string | The TrustStoreArn of the TrustStore resource. | 
trustStoreArn
Type:
string
The TrustStoreArn of the TrustStore resource.
