We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.elasticloadbalancingv2.getTrustStoreRevocation
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 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)
public static Output<GetTrustStoreRevocationResult> getTrustStoreRevocation(GetTrustStoreRevocationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:elasticloadbalancingv2:getTrustStoreRevocation
  arguments:
    # arguments dictionaryThe following arguments are supported:
- RevocationId int
- The ID associated with the revocation.
- TrustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- RevocationId int
- The ID associated with the revocation.
- TrustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- revocationId Integer
- The ID associated with the revocation.
- trustStore StringArn 
- The Amazon Resource Name (ARN) of the trust store.
- revocationId number
- The ID associated with the revocation.
- trustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- revocation_id int
- The ID associated with the revocation.
- trust_store_ strarn 
- The Amazon Resource Name (ARN) of the trust store.
- revocationId Number
- The ID associated with the revocation.
- trustStore StringArn 
- 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.
- TrustStore List<Pulumi.Revocations Aws Native. Elastic Load Balancing V2. Outputs. Trust Store Revocation> 
- The data associated with a trust store revocation
- RevocationId int
- The ID associated with the revocation.
- TrustStore []TrustRevocations Store Revocation Type 
- The data associated with a trust store revocation
- revocationId Integer
- The ID associated with the revocation.
- trustStore List<TrustRevocations Store Revocation> 
- The data associated with a trust store revocation
- revocationId number
- The ID associated with the revocation.
- trustStore TrustRevocations Store Revocation[] 
- The data associated with a trust store revocation
- revocation_id int
- The ID associated with the revocation.
- trust_store_ Sequence[Trustrevocations Store Revocation] 
- The data associated with a trust store revocation
- revocationId Number
- The ID associated with the revocation.
- trustStore List<Property Map>Revocations 
- The data associated with a trust store revocation
Supporting Types
TrustStoreRevocation  
- NumberOf intRevoked Entries 
- The number of revoked certificates.
- RevocationId string
- The revocation ID of the revocation file.
- RevocationType string
- The type of revocation file.
- TrustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- NumberOf intRevoked Entries 
- The number of revoked certificates.
- RevocationId string
- The revocation ID of the revocation file.
- RevocationType string
- The type of revocation file.
- TrustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- numberOf IntegerRevoked Entries 
- The number of revoked certificates.
- revocationId String
- The revocation ID of the revocation file.
- revocationType String
- The type of revocation file.
- trustStore StringArn 
- The Amazon Resource Name (ARN) of the trust store.
- numberOf numberRevoked Entries 
- The number of revoked certificates.
- revocationId string
- The revocation ID of the revocation file.
- revocationType string
- The type of revocation file.
- trustStore stringArn 
- The Amazon Resource Name (ARN) of the trust store.
- number_of_ intrevoked_ entries 
- 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_ strarn 
- The Amazon Resource Name (ARN) of the trust store.
- numberOf NumberRevoked Entries 
- The number of revoked certificates.
- revocationId String
- The revocation ID of the revocation file.
- revocationType String
- The type of revocation file.
- trustStore StringArn 
- The Amazon Resource Name (ARN) of the trust store.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
