Interface CfnRegistryRecord.CustomDescriptorProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRegistryRecord.CustomDescriptorProperty.Jsii$Proxy
Enclosing class:
CfnRegistryRecord

@Stability(Stable) public static interface CfnRegistryRecord.CustomDescriptorProperty extends software.amazon.jsii.JsiiSerializable
The custom descriptor, populated when the record type is CUSTOM.

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.agentregistry.*;
 CustomDescriptorProperty customDescriptorProperty = CustomDescriptorProperty.builder()
         .data("data")
         .build();
 

See Also: