AcmeEndpointReference

class aws_cdk.interfaces.aws_certificatemanager.AcmeEndpointReference(*, acme_endpoint_arn)

Bases: object

A reference to a AcmeEndpoint resource.

Parameters:

acme_endpoint_arn (str) – The AcmeEndpointArn of the AcmeEndpoint 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_endpoint_reference = interfaces_certificatemanager.AcmeEndpointReference(
    acme_endpoint_arn="acmeEndpointArn"
)

Attributes

acme_endpoint_arn

The AcmeEndpointArn of the AcmeEndpoint resource.