Interface ICustomAttribute
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ICustomAttribute.Jsii$Default
- All Known Implementing Classes:
BooleanAttribute
,DateTimeAttribute
,ICustomAttribute.Jsii$Proxy
,NumberAttribute
,StringAttribute
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:06.397Z")
@Stability(Stable)
public interface ICustomAttribute
extends software.amazon.jsii.JsiiSerializable
Represents a custom attribute type.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forICustomAttribute
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind()
Bind this custom attribute type to the values as expected by CloudFormation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
Bind this custom attribute type to the values as expected by CloudFormation.
-