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

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.elasticloadbalancingv2.getTrustStoreRevocation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStoreRevocation

    Using getTrustStoreRevocation

    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 getTrustStoreRevocation(args: GetTrustStoreRevocationArgs, opts?: InvokeOptions): Promise<GetTrustStoreRevocationResult>
    function getTrustStoreRevocationOutput(args: GetTrustStoreRevocationOutputArgs, opts?: InvokeOptions): Output<GetTrustStoreRevocationResult>
    def get_trust_store_revocation(revocation_id: Optional[int] = None,
                                   trust_store_arn: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetTrustStoreRevocationResult
    def get_trust_store_revocation_output(revocation_id: Optional[pulumi.Input[int]] = None,
                                   trust_store_arn: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetTrustStoreRevocationResult]
    func LookupTrustStoreRevocation(ctx *Context, args *LookupTrustStoreRevocationArgs, opts ...InvokeOption) (*LookupTrustStoreRevocationResult, error)
    func LookupTrustStoreRevocationOutput(ctx *Context, args *LookupTrustStoreRevocationOutputArgs, opts ...InvokeOption) LookupTrustStoreRevocationResultOutput

    > Note: This function is named LookupTrustStoreRevocation in the Go SDK.

    public static class GetTrustStoreRevocation 
    {
        public static Task<GetTrustStoreRevocationResult> InvokeAsync(GetTrustStoreRevocationArgs args, InvokeOptions? opts = null)
        public static Output<GetTrustStoreRevocationResult> Invoke(GetTrustStoreRevocationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTrustStoreRevocationResult> getTrustStoreRevocation(GetTrustStoreRevocationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:elasticloadbalancingv2:getTrustStoreRevocation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RevocationId int
    The ID associated with the revocation.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    RevocationId int
    The ID associated with the revocation.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    revocationId Integer
    The ID associated with the revocation.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.
    revocationId number
    The ID associated with the revocation.
    trustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    revocation_id int
    The ID associated with the revocation.
    trust_store_arn str
    The Amazon Resource Name (ARN) of the trust store.
    revocationId Number
    The ID associated with the revocation.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.

    getTrustStoreRevocation Result

    The following output properties are available:

    RevocationId int
    The ID associated with the revocation.
    TrustStoreRevocations List<Pulumi.AwsNative.ElasticLoadBalancingV2.Outputs.TrustStoreRevocation>
    The data associated with a trust store revocation
    RevocationId int
    The ID associated with the revocation.
    TrustStoreRevocations []TrustStoreRevocationType
    The data associated with a trust store revocation
    revocationId Integer
    The ID associated with the revocation.
    trustStoreRevocations List<TrustStoreRevocation>
    The data associated with a trust store revocation
    revocationId number
    The ID associated with the revocation.
    trustStoreRevocations TrustStoreRevocation[]
    The data associated with a trust store revocation
    revocation_id int
    The ID associated with the revocation.
    trust_store_revocations Sequence[TrustStoreRevocation]
    The data associated with a trust store revocation
    revocationId Number
    The ID associated with the revocation.
    trustStoreRevocations List<Property Map>
    The data associated with a trust store revocation

    Supporting Types

    TrustStoreRevocation

    NumberOfRevokedEntries int
    The number of revoked certificates.
    RevocationId string
    The revocation ID of the revocation file.
    RevocationType string
    The type of revocation file.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    NumberOfRevokedEntries int
    The number of revoked certificates.
    RevocationId string
    The revocation ID of the revocation file.
    RevocationType string
    The type of revocation file.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    numberOfRevokedEntries Integer
    The number of revoked certificates.
    revocationId String
    The revocation ID of the revocation file.
    revocationType String
    The type of revocation file.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.
    numberOfRevokedEntries number
    The number of revoked certificates.
    revocationId string
    The revocation ID of the revocation file.
    revocationType string
    The type of revocation file.
    trustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    number_of_revoked_entries int
    The number of revoked certificates.
    revocation_id str
    The revocation ID of the revocation file.
    revocation_type str
    The type of revocation file.
    trust_store_arn str
    The Amazon Resource Name (ARN) of the trust store.
    numberOfRevokedEntries Number
    The number of revoked certificates.
    revocationId String
    The revocation ID of the revocation file.
    revocationType String
    The type of revocation file.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi