PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::ServiceCatalog::ProvisioningArtifactProperties; use Moose; has Description => (is => 'ro', isa => 'Str'); has DisableTemplateValidation => (is => 'ro', isa => 'Bool'); has Info => (is => 'ro', isa => 'Paws::ServiceCatalog::ProvisioningArtifactInfo', required => 1); has Name => (is => 'ro', isa => 'Str'); has Type => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::ServiceCatalog::ProvisioningArtifactProperties =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ServiceCatalog::ProvisioningArtifactProperties object: $service_obj->Method(Att1 => { Description => $value, ..., Type => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ServiceCatalog::ProvisioningArtifactProperties object: $result = $service_obj->Method(...); $result->Att1->Description =head1 DESCRIPTION Information about a provisioning artifact (also known as a version) for a product. =head1 ATTRIBUTES =head2 Description => Str The description of the provisioning artifact, including how it differs from the previous provisioning artifact. =head2 DisableTemplateValidation => Bool If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid. =head2 B Info => L Specify the template source with one of the following options, but not both. Keys accepted: [ C, C ] The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows: C<"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."> C: The physical id of the resource that contains the template. Currently only supports CloudFormation stack arn. Specify the physical id in JSON format as follows: Carn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]> =head2 Name => Str The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed. =head2 Type => Str The type of provisioning artifact. =over =item * C - AWS CloudFormation template =item * C - AWS Marketplace AMI =item * C - AWS Marketplace Clusters and AWS Resources =back =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut