NAME
Paws::Proton::CreateServiceTemplate - Arguments for method CreateServiceTemplate on Paws::Proton
DESCRIPTION
This class represents the parameters used for calling the method CreateServiceTemplate on the AWS Proton service. Use the attributes of this class as arguments to method CreateServiceTemplate.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateServiceTemplate.
SYNOPSIS
my $proton = Paws->service('Proton');
my $CreateServiceTemplateOutput = $proton->CreateServiceTemplate(
Name => 'MyResourceName',
Description => 'MyDescription', # OPTIONAL
DisplayName => 'MyDisplayName', # OPTIONAL
EncryptionKey => 'MyArn', # OPTIONAL
PipelineProvisioning => 'CUSTOMER_MANAGED', # OPTIONAL
Tags => [
{
Key => 'MyTagKey', # min: 1, max: 128
Value => 'MyTagValue', # max: 256
},
...
], # OPTIONAL
);
# Results:
my $ServiceTemplate = $CreateServiceTemplateOutput->ServiceTemplate;
# Returns a L<Paws::Proton::CreateServiceTemplateOutput> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/proton/CreateServiceTemplate
ATTRIBUTES
Description => Str
A description of the service template.
DisplayName => Str
The name of the service template as displayed in the developer interface.
EncryptionKey => Str
A customer provided encryption key that's used to encrypt data.
REQUIRED Name => Str
The name of the service template.
PipelineProvisioning => Str
AWS Proton includes a service pipeline for your service by default. When included, this parameter indicates that an AWS Proton service pipeline won't be included for your service. Once specified, this parameter can't be changed. For more information, see Service template bundles (https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-template-bundles.html) in the AWS Proton Administration Guide.
Valid values are: "CUSTOMER_MANAGED"
Tags => ArrayRef[Paws::Proton::Tag]
Create tags for your service template. For more information, see AWS Proton resources and tagging in the AWS Proton Administration Guide (https://docs.aws.amazon.com/proton/latest/adminguide/resources.html) or AWS Proton User Guide (https://docs.aws.amazon.com/proton/latest/userguide/resources.html).
SEE ALSO
This class forms part of Paws, documenting arguments for method CreateServiceTemplate in Paws::Proton
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues