We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::CloudFront::TrustStore. TrustStores contain CA certificates for mTLS authentication and can be associated with CloudFront distributions.
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 unique identifier for the trust store
- Id string
- The unique identifier for the trust store
- id String
- The unique identifier for the trust store
- id string
- The unique identifier for the trust store
- id str
- The unique identifier for the trust store
- id String
- The unique identifier for the trust store
getTrustStore Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the trust store
- ETag string
- The version identifier for the current version of the trust store.
- Id string
- The unique identifier for the trust store
- Last
Modified stringTime - The last modification timestamp of the trust store PEM file
- Number
Of intCa Certificates - The number of CA certificates in the trust store PEM file
- Status
Pulumi.
Aws Native. Cloud Front. Trust Store Status - Current status of the trust store
-
List<Pulumi.
Aws Native. Outputs. Tag> - Key-value pairs for resource tagging
- Arn string
- The Amazon Resource Name (ARN) of the trust store
- ETag string
- The version identifier for the current version of the trust store.
- Id string
- The unique identifier for the trust store
- Last
Modified stringTime - The last modification timestamp of the trust store PEM file
- Number
Of intCa Certificates - The number of CA certificates in the trust store PEM file
- Status
Trust
Store Status - Current status of the trust store
- Tag
- Key-value pairs for resource tagging
- arn String
- The Amazon Resource Name (ARN) of the trust store
- e
Tag String - The version identifier for the current version of the trust store.
- id String
- The unique identifier for the trust store
- last
Modified StringTime - The last modification timestamp of the trust store PEM file
- number
Of IntegerCa Certificates - The number of CA certificates in the trust store PEM file
- status
Trust
Store Status - Current status of the trust store
- List<Tag>
- Key-value pairs for resource tagging
- arn string
- The Amazon Resource Name (ARN) of the trust store
- e
Tag string - The version identifier for the current version of the trust store.
- id string
- The unique identifier for the trust store
- last
Modified stringTime - The last modification timestamp of the trust store PEM file
- number
Of numberCa Certificates - The number of CA certificates in the trust store PEM file
- status
Trust
Store Status - Current status of the trust store
- Tag[]
- Key-value pairs for resource tagging
- arn str
- The Amazon Resource Name (ARN) of the trust store
- e_
tag str - The version identifier for the current version of the trust store.
- id str
- The unique identifier for the trust store
- last_
modified_ strtime - The last modification timestamp of the trust store PEM file
- number_
of_ intca_ certificates - The number of CA certificates in the trust store PEM file
- status
Trust
Store Status - Current status of the trust store
- Sequence[root_Tag]
- Key-value pairs for resource tagging
- arn String
- The Amazon Resource Name (ARN) of the trust store
- e
Tag String - The version identifier for the current version of the trust store.
- id String
- The unique identifier for the trust store
- last
Modified StringTime - The last modification timestamp of the trust store PEM file
- number
Of NumberCa Certificates - The number of CA certificates in the trust store PEM file
- status "PENDING" | "ACTIVE" | "FAILED"
- Current status of the trust store
- List<Property Map>
- Key-value pairs for resource tagging
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.
