interface ServerCertificateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IAM.ServerCertificateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiam#ServerCertificateReference |
![]() | software.amazon.awscdk.services.iam.ServerCertificateReference |
![]() | aws_cdk.aws_iam.ServerCertificateReference |
![]() | aws-cdk-lib » aws_iam » ServerCertificateReference |
A reference to a ServerCertificate resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iam as iam } from 'aws-cdk-lib';
const serverCertificateReference: iam.ServerCertificateReference = {
serverCertificateArn: 'serverCertificateArn',
serverCertificateName: 'serverCertificateName',
};
Properties
Name | Type | Description |
---|---|---|
server | string | The ARN of the ServerCertificate resource. |
server | string | The ServerCertificateName of the ServerCertificate resource. |
serverCertificateArn
Type:
string
The ARN of the ServerCertificate resource.
serverCertificateName
Type:
string
The ServerCertificateName of the ServerCertificate resource.