We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.elasticloadbalancingv2.getTrustStoreRevocation
Start a Neo task
Explain and create an aws-native.elasticloadbalancingv2.getTrustStoreRevocation resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 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:
- Revocation
Id int - The ID associated with the revocation.
- Trust
Store stringArn - The Amazon Resource Name (ARN) of the trust store.
- Revocation
Id int - The ID associated with the revocation.
- Trust
Store stringArn - The Amazon Resource Name (ARN) of the trust store.
- revocation
Id Integer - The ID associated with the revocation.
- trust
Store StringArn - The Amazon Resource Name (ARN) of the trust store.
- revocation
Id number - The ID associated with the revocation.
- trust
Store 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.
- revocation
Id Number - The ID associated with the revocation.
- trust
Store StringArn - The Amazon Resource Name (ARN) of the trust store.
getTrustStoreRevocation Result
The following output properties are available:
- Revocation
Id int - The ID associated with the revocation.
- Trust
Store List<Pulumi.Revocations Aws Native. Elastic Load Balancing V2. Outputs. Trust Store Revocation> - The data associated with a trust store revocation
- Revocation
Id int - The ID associated with the revocation.
- Trust
Store []TrustRevocations Store Revocation Type - The data associated with a trust store revocation
- revocation
Id Integer - The ID associated with the revocation.
- trust
Store List<TrustRevocations Store Revocation> - The data associated with a trust store revocation
- revocation
Id number - The ID associated with the revocation.
- trust
Store 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
- revocation
Id Number - The ID associated with the revocation.
- trust
Store List<Property Map>Revocations - The data associated with a trust store revocation
Supporting Types
TrustStoreRevocation
- Number
Of intRevoked Entries - The number of revoked certificates.
- Revocation
Id string - The revocation ID of the revocation file.
- Revocation
Type string - The type of revocation file.
- Trust
Store stringArn - The Amazon Resource Name (ARN) of the trust store.
- Number
Of intRevoked Entries - The number of revoked certificates.
- Revocation
Id string - The revocation ID of the revocation file.
- Revocation
Type string - The type of revocation file.
- Trust
Store stringArn - The Amazon Resource Name (ARN) of the trust store.
- number
Of IntegerRevoked Entries - The number of revoked certificates.
- revocation
Id String - The revocation ID of the revocation file.
- revocation
Type String - The type of revocation file.
- trust
Store StringArn - The Amazon Resource Name (ARN) of the trust store.
- number
Of numberRevoked Entries - The number of revoked certificates.
- revocation
Id string - The revocation ID of the revocation file.
- revocation
Type string - The type of revocation file.
- trust
Store 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.
- number
Of NumberRevoked Entries - The number of revoked certificates.
- revocation
Id String - The revocation ID of the revocation file.
- revocation
Type String - The type of revocation file.
- trust
Store 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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
