interface AcmeExternalAccountBindingReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CertificateManager.AcmeExternalAccountBindingReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscertificatemanager#AcmeExternalAccountBindingReference |
Java | software.amazon.awscdk.interfaces.certificatemanager.AcmeExternalAccountBindingReference |
Python | aws_cdk.interfaces.aws_certificatemanager.AcmeExternalAccountBindingReference |
TypeScript | aws-cdk-lib » interfaces » aws_certificatemanager » AcmeExternalAccountBindingReference |
A reference to a AcmeExternalAccountBinding resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_certificatemanager as interfaces_certificatemanager } from 'aws-cdk-lib/interfaces';
const acmeExternalAccountBindingReference: interfaces_certificatemanager.AcmeExternalAccountBindingReference = {
acmeExternalAccountBindingArn: 'acmeExternalAccountBindingArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| acme | string | The AcmeExternalAccountBindingArn of the AcmeExternalAccountBinding resource. |
acmeExternalAccountBindingArn
Type:
string
The AcmeExternalAccountBindingArn of the AcmeExternalAccountBinding resource.

.NET
Go
Java
Python
TypeScript