AcmeExternalAccountBindingReference

class aws_cdk.interfaces.aws_certificatemanager.AcmeExternalAccountBindingReference(*, acme_external_account_binding_arn)

Bases: object

A reference to a AcmeExternalAccountBinding resource.

Parameters:

acme_external_account_binding_arn (str) – The AcmeExternalAccountBindingArn of the AcmeExternalAccountBinding resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_certificatemanager as interfaces_certificatemanager

acme_external_account_binding_reference = interfaces_certificatemanager.AcmeExternalAccountBindingReference(
    acme_external_account_binding_arn="acmeExternalAccountBindingArn"
)

Attributes

acme_external_account_binding_arn

The AcmeExternalAccountBindingArn of the AcmeExternalAccountBinding resource.