Interface AcmeExternalAccountBindingReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AcmeExternalAccountBindingReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-22T17:37:36.966Z")
@Stability(Stable)
public interface AcmeExternalAccountBindingReference
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.interfaces.certificatemanager.*;
AcmeExternalAccountBindingReference acmeExternalAccountBindingReference = AcmeExternalAccountBindingReference.builder()
.acmeExternalAccountBindingArn("acmeExternalAccountBindingArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAcmeExternalAccountBindingReferencestatic final classAn implementation forAcmeExternalAccountBindingReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The AcmeExternalAccountBindingArn of the AcmeExternalAccountBinding resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAcmeExternalAccountBindingArn
The AcmeExternalAccountBindingArn of the AcmeExternalAccountBinding resource. -
builder
-