@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.934Z") @Stability(value=Stable) public class CfnTemplate extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnTemplate.Builder
A fluent builder for
CfnTemplate. |
static interface |
CfnTemplate.DataSetReferenceProperty |
static interface |
CfnTemplate.ResourcePermissionProperty |
static interface |
CfnTemplate.TemplateSourceAnalysisProperty |
static interface |
CfnTemplate.TemplateSourceEntityProperty |
static interface |
CfnTemplate.TemplateSourceTemplateProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnTemplate(software.constructs.Construct scope,
String id,
CfnTemplateProps props)
Create a new `AWS::QuickSight::Template`.
|
protected |
CfnTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnTemplate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrCreatedTime() |
String |
getAttrLastUpdatedTime() |
String |
getAwsAccountId()
`AWS::QuickSight::Template.AwsAccountId`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getName()
`AWS::QuickSight::Template.Name`.
|
Object |
getPermissions()
`AWS::QuickSight::Template.Permissions`.
|
Object |
getSourceEntity()
`AWS::QuickSight::Template.SourceEntity`.
|
TagManager |
getTags()
`AWS::QuickSight::Template.Tags`.
|
String |
getTemplateId()
`AWS::QuickSight::Template.TemplateId`.
|
String |
getVersionDescription()
`AWS::QuickSight::Template.VersionDescription`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAwsAccountId(String value)
`AWS::QuickSight::Template.AwsAccountId`.
|
void |
setName(String value)
`AWS::QuickSight::Template.Name`.
|
void |
setPermissions(IResolvable value)
`AWS::QuickSight::Template.Permissions`.
|
void |
setPermissions(List<Object> value)
`AWS::QuickSight::Template.Permissions`.
|
void |
setSourceEntity(CfnTemplate.TemplateSourceEntityProperty value)
`AWS::QuickSight::Template.SourceEntity`.
|
void |
setSourceEntity(IResolvable value)
`AWS::QuickSight::Template.SourceEntity`.
|
void |
setTemplateId(String value)
`AWS::QuickSight::Template.TemplateId`.
|
void |
setVersionDescription(String value)
`AWS::QuickSight::Template.VersionDescription`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnTemplate(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnTemplate(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnTemplateProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrCreatedTime()
@Stability(value=Stable) @NotNull public String getAttrLastUpdatedTime()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getAwsAccountId()
@Stability(value=Stable)
public void setAwsAccountId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTemplateId()
@Stability(value=Stable)
public void setTemplateId(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getPermissions()
@Stability(value=Stable)
public void setPermissions(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setPermissions(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getSourceEntity()
@Stability(value=Stable)
public void setSourceEntity(@Nullable
CfnTemplate.TemplateSourceEntityProperty value)
@Stability(value=Stable)
public void setSourceEntity(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getVersionDescription()
@Stability(value=Stable)
public void setVersionDescription(@Nullable
String value)
Copyright © 2021. All rights reserved.