Interface CfnTemplate.TemplateSourceTemplateProperty

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

@Stability(Stable) public static interface CfnTemplate.TemplateSourceTemplateProperty extends software.amazon.jsii.JsiiSerializable
The source template of the template.

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.quicksight.*;
 TemplateSourceTemplateProperty templateSourceTemplateProperty = TemplateSourceTemplateProperty.builder()
         .arn("arn")
         .build();
 

See Also: