interface TrustStoreConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RTBFabric.CfnResponderGateway.TrustStoreConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrtbfabric#CfnResponderGateway_TrustStoreConfigurationProperty |
Java | software.amazon.awscdk.services.rtbfabric.CfnResponderGateway.TrustStoreConfigurationProperty |
Python | aws_cdk.aws_rtbfabric.CfnResponderGateway.TrustStoreConfigurationProperty |
TypeScript | aws-cdk-lib » aws_rtbfabric » CfnResponderGateway » 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-lib';
const trustStoreConfigurationProperty: rtbfabric.CfnResponderGateway.TrustStoreConfigurationProperty = {
certificateAuthorityCertificates: ['certificateAuthorityCertificates'],
};
Properties
| Name | Type | Description |
|---|---|---|
| certificate | string[] | The certificate authority certificate. |
certificateAuthorityCertificates
Type:
string[]
The certificate authority certificate.

.NET
Go
Java
Python
TypeScript