interface CfnTrustStoreRevocationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElasticLoadBalancingV2.CfnTrustStoreRevocationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#CfnTrustStoreRevocationProps |
![]() | software.amazon.awscdk.services.elasticloadbalancingv2.CfnTrustStoreRevocationProps |
![]() | aws_cdk.aws_elasticloadbalancingv2.CfnTrustStoreRevocationProps |
![]() | aws-cdk-lib » aws_elasticloadbalancingv2 » CfnTrustStoreRevocationProps |
Properties for defining a CfnTrustStoreRevocation
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticloadbalancingv2 as elbv2 } from 'aws-cdk-lib';
const cfnTrustStoreRevocationProps: elbv2.CfnTrustStoreRevocationProps = {
revocationContents: [{
revocationType: 'revocationType',
s3Bucket: 's3Bucket',
s3Key: 's3Key',
s3ObjectVersion: 's3ObjectVersion',
}],
trustStoreArn: 'trustStoreArn',
};
Properties
Name | Type | Description |
---|---|---|
revocation | IResolvable | IResolvable | Revocation [] | The revocation file to add. |
trust | string | The Amazon Resource Name (ARN) of the trust store. |
revocationContents?
Type:
IResolvable
|
IResolvable
|
Revocation
[]
(optional)
The revocation file to add.
trustStoreArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the trust store.