interface TrustStoreConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric.CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrtbfabric#CfnResponderGatewayPropsMixin_TrustStoreConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_rtbfabric.CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_rtbfabric » 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 { aws_rtbfabric as rtbfabric } from '@aws-cdk/cfn-property-mixins';
const trustStoreConfigurationProperty: rtbfabric.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