interface CertificateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EMRContainers.CfnEndpoint.CertificateProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsemrcontainers#CfnEndpoint_CertificateProperty |
Java | software.amazon.awscdk.services.emrcontainers.CfnEndpoint.CertificateProperty |
Python | aws_cdk.aws_emrcontainers.CfnEndpoint.CertificateProperty |
TypeScript | aws-cdk-lib » aws_emrcontainers » CfnEndpoint » CertificateProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emrcontainers as emrcontainers } from 'aws-cdk-lib';
const certificateProperty: emrcontainers.CfnEndpoint.CertificateProperty = {
certificateArn: 'certificateArn',
certificateData: 'certificateData',
};
Properties
| Name | Type | Description |
|---|---|---|
| certificate | string | |
| certificate | string |
certificateArn?
Type:
string
(optional)
certificateData?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript