Interface CfnDistributionPropsMixin.StringSchemaProperty

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

@Stability(Stable) public static interface CfnDistributionPropsMixin.StringSchemaProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.cloudfront.*;
 StringSchemaProperty stringSchemaProperty = StringSchemaProperty.builder()
         .comment("comment")
         .defaultValue("defaultValue")
         .required(false)
         .build();
 

See Also: