Interface CfnTrustStoreRevocation.IRevocationContentProperty
Information about a revocation file.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRevocationContentProperty
Syntax (vb)
Public Interface IRevocationContentProperty
Remarks
You must specify S3Bucket
and S3Key
.
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 revocationContentProperty = new RevocationContentProperty {
RevocationType = "revocationType",
S3Bucket = "s3Bucket",
S3Key = "s3Key",
S3ObjectVersion = "s3ObjectVersion"
};
Synopsis
Properties
Revocation |
The type of revocation file. |
S3Bucket | The Amazon S3 bucket for the revocation file. |
S3Key | The Amazon S3 path for the revocation file. |
S3Object |
The Amazon S3 object version of the revocation file. |
Properties
RevocationType
The type of revocation file.
virtual string RevocationType { get; }
Property Value
System.
Remarks
S3Bucket
The Amazon S3 bucket for the revocation file.
virtual string S3Bucket { get; }
Property Value
System.
Remarks
S3Key
The Amazon S3 path for the revocation file.
virtual string S3Key { get; }
Property Value
System.
Remarks
S3ObjectVersion
The Amazon S3 object version of the revocation file.
virtual string S3ObjectVersion { get; }
Property Value
System.