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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.TemplateSourceTemplateProperty
static final class
An implementation forCfnTemplate.TemplateSourceTemplateProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Amazon Resource Name (ARN) of the resource.- See Also:
-
builder
-