| Modifier and Type | Method and Description |
|---|---|
CfnTemplate.Builder |
CfnTemplate.Builder.awsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
static CfnTemplate.Builder |
CfnTemplate.Builder.create(Construct scope,
String id) |
CfnTemplate.Builder |
CfnTemplate.Builder.name(String name)
A display name for the template.
|
CfnTemplate.Builder |
CfnTemplate.Builder.permissions(IResolvable permissions)
A list of resource permissions to be set on the template.
|
CfnTemplate.Builder |
CfnTemplate.Builder.permissions(List<? extends Object> permissions)
A list of resource permissions to be set on the template.
|
CfnTemplate.Builder |
CfnTemplate.Builder.sourceEntity(CfnTemplate.TemplateSourceEntityProperty sourceEntity)
The entity that you are using as a source when you create the template.
|
CfnTemplate.Builder |
CfnTemplate.Builder.sourceEntity(IResolvable sourceEntity)
The entity that you are using as a source when you create the template.
|
CfnTemplate.Builder |
CfnTemplate.Builder.tags(List<? extends CfnTag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
CfnTemplate.Builder |
CfnTemplate.Builder.templateId(String templateId)
An ID for the template that you want to create.
|
CfnTemplate.Builder |
CfnTemplate.Builder.versionDescription(String versionDescription)
A description of the current template version being created.
|
Copyright © 2022. All rights reserved.