Class TrustStoreRevocation
A new Trust Store Revocation.
Inherited Members
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TrustStoreRevocation : Resource, IResource
Syntax (vb)
Public Class TrustStoreRevocation
Inherits Resource
Implements IResource
Remarks
ExampleMetadata: infused
Examples
TrustStore trustStore;
Bucket bucket;
new TrustStoreRevocation(this, "Revocation", new TrustStoreRevocationProps {
TrustStore = trustStore,
RevocationContents = new [] { new RevocationContent {
RevocationType = RevocationType.CRL,
Bucket = bucket,
Key = "crl.pem"
} }
});
Synopsis
Constructors
Trust |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Trust |
Used by jsii to construct an instance of this class from DeputyProps |
Trust |
Constructors
TrustStoreRevocation(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected TrustStoreRevocation(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
TrustStoreRevocation(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected TrustStoreRevocation(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
TrustStoreRevocation(Construct, String, ITrustStoreRevocationProps)
public TrustStoreRevocation(Construct scope, string id, ITrustStoreRevocationProps props)
Parameters
- scope Constructs.
Construct - id System.
String - props ITrust
Store Revocation Props