![]() |
![]()
| ![]() |
![]()
NAMEPaws::ServiceCatalog::ProvisioningArtifactProperties USAGEThis class represents one of two things: 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 }); 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 DESCRIPTIONInformation about a provisioning artifact (also known as a version) for a product. ATTRIBUTESDescription => StrThe description of the provisioning artifact, including how it differs from the previous provisioning artifact. DisableTemplateValidation => BoolIf set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid. REQUIRED Info => Paws::ServiceCatalog::ProvisioningArtifactInfoSpecify the template source with one of the following options, but not both. Keys accepted: [ "LoadTemplateFromURL", "ImportFromPhysicalId" ] The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows: "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..." "ImportFromPhysicalId": 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: "ImportFromPhysicalId: “arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]" Name => StrThe name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed. Type => StrThe type of provisioning artifact.
SEE ALSOThis class forms part of Paws, describing an object used in Paws::ServiceCatalog BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|