interface TrustStoreConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins.CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsrtbfabric/mixins#CfnResponderGatewayPropsMixin_TrustStoreConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.rtbfabric.mixins.CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_rtbfabric.mixins.CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_rtbfabric » mixins » CfnResponderGatewayPropsMixin » TrustStoreConfigurationProperty |
Describes the configuration of a trust store.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as rtbfabric_mixins } from '@aws-cdk/mixins-preview/aws-rtbfabric';
const trustStoreConfigurationProperty: rtbfabric_mixins.CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty = {
certificateAuthorityCertificates: ['certificateAuthorityCertificates'],
};
Properties
| Name | Type | Description |
|---|---|---|
| certificate | string[] | The certificate authority certificate. |
certificateAuthorityCertificates?
Type:
string[]
(optional)
The certificate authority certificate.

.NET
Go
Java
Python
TypeScript