interface CfnTrustStoreProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElasticLoadBalancingV2.CfnTrustStoreProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#CfnTrustStoreProps |
![]() | software.amazon.awscdk.services.elasticloadbalancingv2.CfnTrustStoreProps |
![]() | aws_cdk.aws_elasticloadbalancingv2.CfnTrustStoreProps |
![]() | aws-cdk-lib » aws_elasticloadbalancingv2 » CfnTrustStoreProps |
Properties for defining a CfnTrustStore
.
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 cfnTrustStoreProps: elbv2.CfnTrustStoreProps = {
caCertificatesBundleS3Bucket: 'caCertificatesBundleS3Bucket',
caCertificatesBundleS3Key: 'caCertificatesBundleS3Key',
caCertificatesBundleS3ObjectVersion: 'caCertificatesBundleS3ObjectVersion',
name: 'name',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
ca | string | The Amazon S3 bucket for the ca certificates bundle. |
ca | string | The Amazon S3 path for the ca certificates bundle. |
ca | string | The Amazon S3 object version for the ca certificates bundle. |
name? | string | The name of the trust store. |
tags? | Cfn [] | The tags to assign to the trust store. |
caCertificatesBundleS3Bucket?
Type:
string
(optional)
The Amazon S3 bucket for the ca certificates bundle.
caCertificatesBundleS3Key?
Type:
string
(optional)
The Amazon S3 path for the ca certificates bundle.
caCertificatesBundleS3ObjectVersion?
Type:
string
(optional)
The Amazon S3 object version for the ca certificates bundle.
If undefined the current version is used.
name?
Type:
string
(optional)
The name of the trust store.
tags?
Type:
Cfn
[]
(optional)
The tags to assign to the trust store.