1. Packages
  2. AWS Native
  3. API Docs
  4. elasticloadbalancingv2
  5. getTrustStore

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.elasticloadbalancingv2.getTrustStore

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStore

    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:elasticloadbalancingv2:getTrustStore
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.
    trustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    trust_store_arn str
    The Amazon Resource Name (ARN) of the trust store.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.

    getTrustStore Result

    The following output properties are available:

    NumberOfCaCertificates int
    The number of certificates associated with the trust store.
    Status string
    The status of the trust store, could be either of ACTIVE or CREATING.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags to assign to the trust store.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    NumberOfCaCertificates int
    The number of certificates associated with the trust store.
    Status string
    The status of the trust store, could be either of ACTIVE or CREATING.
    Tags Tag
    The tags to assign to the trust store.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    numberOfCaCertificates Integer
    The number of certificates associated with the trust store.
    status String
    The status of the trust store, could be either of ACTIVE or CREATING.
    tags List<Tag>
    The tags to assign to the trust store.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.
    numberOfCaCertificates number
    The number of certificates associated with the trust store.
    status string
    The status of the trust store, could be either of ACTIVE or CREATING.
    tags Tag[]
    The tags to assign to the trust store.
    trustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    number_of_ca_certificates int
    The number of certificates associated with the trust store.
    status str
    The status of the trust store, could be either of ACTIVE or CREATING.
    tags Sequence[root_Tag]
    The tags to assign to the trust store.
    trust_store_arn str
    The Amazon Resource Name (ARN) of the trust store.
    numberOfCaCertificates Number
    The number of certificates associated with the trust store.
    status String
    The status of the trust store, could be either of ACTIVE or CREATING.
    tags List<Property Map>
    The tags to assign to the trust store.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi