AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.workspacesweb.getTrustStore
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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>
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]
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:workspacesweb:getTrustStore
arguments:
# arguments dictionary
The following arguments are supported:
- Trust
Store stringArn - The ARN of the trust store.
- Trust
Store stringArn - The ARN of the trust store.
- trust
Store StringArn - The ARN of the trust store.
- trust
Store stringArn - The ARN of the trust store.
- trust_
store_ strarn - The ARN of the trust store.
- trust
Store StringArn - The ARN of the trust store.
getTrustStore Result
The following output properties are available:
- Associated
Portal List<string>Arns - A list of web portal ARNs that this trust store is associated with.
- Certificate
List List<string> - A list of CA certificates to be added to the trust store.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags to add to the trust store. A tag is a key-value pair.
- Trust
Store stringArn - The ARN of the trust store.
- Associated
Portal []stringArns - A list of web portal ARNs that this trust store is associated with.
- Certificate
List []string - A list of CA certificates to be added to the trust store.
- Tag
- The tags to add to the trust store. A tag is a key-value pair.
- Trust
Store stringArn - The ARN of the trust store.
- associated
Portal List<String>Arns - A list of web portal ARNs that this trust store is associated with.
- certificate
List List<String> - A list of CA certificates to be added to the trust store.
- List<Tag>
- The tags to add to the trust store. A tag is a key-value pair.
- trust
Store StringArn - The ARN of the trust store.
- associated
Portal string[]Arns - A list of web portal ARNs that this trust store is associated with.
- certificate
List string[] - A list of CA certificates to be added to the trust store.
- Tag[]
- The tags to add to the trust store. A tag is a key-value pair.
- trust
Store stringArn - The ARN of the trust store.
- associated_
portal_ Sequence[str]arns - 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.
- Sequence[root_Tag]
- The tags to add to the trust store. A tag is a key-value pair.
- trust_
store_ strarn - The ARN of the trust store.
- associated
Portal List<String>Arns - A list of web portal ARNs that this trust store is associated with.
- certificate
List List<String> - A list of CA certificates to be added to the trust store.
- List<Property Map>
- The tags to add to the trust store. A tag is a key-value pair.
- trust
Store StringArn - The ARN of the trust store.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi