interface TrustStoreProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SES.CfnMailManagerIngressPointPropsMixin.TrustStoreProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsses#CfnMailManagerIngressPointPropsMixin_TrustStoreProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerIngressPointPropsMixin.TrustStoreProperty |
Python | aws_cdk.cfn_property_mixins.aws_ses.CfnMailManagerIngressPointPropsMixin.TrustStoreProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ses » CfnMailManagerIngressPointPropsMixin » TrustStoreProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from '@aws-cdk/cfn-property-mixins';
const trustStoreProperty: ses.CfnMailManagerIngressPointPropsMixin.TrustStoreProperty = {
caContent: 'caContent',
crlContent: 'crlContent',
kmsKeyArn: 'kmsKeyArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| ca | string | |
| crl | string | |
| kms | string |
caContent?
Type:
string
(optional)
crlContent?
Type:
string
(optional)
kmsKeyArn?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript