Interface CfnTrustStoreRevocation.ITrustStoreRevocationProperty
Information about a revocation file in use by a trust store.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITrustStoreRevocationProperty
Syntax (vb)
Public Interface ITrustStoreRevocationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElasticLoadBalancingV2;
var trustStoreRevocationProperty = new TrustStoreRevocationProperty {
NumberOfRevokedEntries = 123,
RevocationId = "revocationId",
RevocationType = "revocationType",
TrustStoreArn = "trustStoreArn"
};
Synopsis
Properties
Number |
The number of revoked certificates. |
Revocation |
The revocation ID of the revocation file. |
Revocation |
The type of revocation file. |
Trust |
The Amazon Resource Name (ARN) of the trust store. |
Properties
NumberOfRevokedEntries
The number of revoked certificates.
virtual Nullable<double> NumberOfRevokedEntries { get; }
Property Value
System.
Remarks
RevocationId
The revocation ID of the revocation file.
virtual string RevocationId { get; }
Property Value
System.
Remarks
RevocationType
The type of revocation file.
virtual string RevocationType { get; }
Property Value
System.
Remarks
TrustStoreArn
The Amazon Resource Name (ARN) of the trust store.
virtual string TrustStoreArn { get; }
Property Value
System.