Service Template Args
data class ServiceTemplateArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val encryptionKey: Output<String>? = null, val name: Output<String>? = null, val pipelineProvisioning: Output<ServiceTemplateProvisioning>? = null, val tags: Output<List<ServiceTemplateTagArgs>>? = null) : ConvertibleToJava<ServiceTemplateArgs>
Definition of AWS::Proton::ServiceTemplate Resource Type
Constructors
Link copied to clipboard
fun ServiceTemplateArgs(description: Output<String>? = null, displayName: Output<String>? = null, encryptionKey: Output<String>? = null, name: Output<String>? = null, pipelineProvisioning: Output<ServiceTemplateProvisioning>? = null, tags: Output<List<ServiceTemplateTagArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
An optional list of metadata items that you can associate with the Proton service template. A tag is a key-value pair.
For more information, see Proton resources and tagging in the Proton User Guide.