Interface CaaRecordValue

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CaaRecordValue.Jsii$Proxy

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-22T22:42:57.367Z") @Stability(Stable) public interface CaaRecordValue extends software.amazon.jsii.JsiiSerializable
Properties for a CAA record value.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.route53.*;
 CaaRecordValue caaRecordValue = CaaRecordValue.builder()
         .flag(123)
         .tag(CaaTag.ISSUE)
         .value("value")
         .build();