GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ServiceCatalog::UpdateConstraint(3) User Contributed Perl Documentation Paws::ServiceCatalog::UpdateConstraint(3)

Paws::ServiceCatalog::UpdateConstraint - Arguments for method UpdateConstraint on Paws::ServiceCatalog

This class represents the parameters used for calling the method UpdateConstraint on the AWS Service Catalog service. Use the attributes of this class as arguments to method UpdateConstraint.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateConstraint.

    my $servicecatalog = Paws->service('ServiceCatalog');
    my $UpdateConstraintOutput = $servicecatalog->UpdateConstraint(
      Id             => 'MyId',
      AcceptLanguage => 'MyAcceptLanguage',           # OPTIONAL
      Description    => 'MyConstraintDescription',    # OPTIONAL
      Parameters     => 'MyConstraintParameters',     # OPTIONAL
    );
    # Results:
    my $ConstraintDetail     = $UpdateConstraintOutput->ConstraintDetail;
    my $ConstraintParameters = $UpdateConstraintOutput->ConstraintParameters;
    my $Status               = $UpdateConstraintOutput->Status;
    # Returns a L<Paws::ServiceCatalog::UpdateConstraintOutput> 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/servicecatalog/UpdateConstraint>

The language code.

  • "en" - English (default)
  • "jp" - Japanese
  • "zh" - Chinese

The updated description of the constraint.

REQUIRED Id => Str

The identifier of the constraint.

The constraint parameters, in JSON format. The syntax depends on the constraint type as follows:

You are required to specify either the "RoleArn" or the "LocalRoleName" but can't use both.

Specify the "RoleArn" property as follows:

"{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}"

Specify the "LocalRoleName" property as follows:

"{"LocalRoleName": "SCBasicLaunchRole"}"

If you specify the "LocalRoleName" property, when an account uses the launch constraint, the IAM role with that name in the account will be used. This allows launch-role constraints to be account-agnostic so the administrator can create fewer resources per shared account.

The given role name must exist in the account used to create the launch constraint and the account of the user who launches a product with this launch constraint.

You cannot have both a "LAUNCH" and a "STACKSET" constraint.

You also cannot have more than one "LAUNCH" constraint on a product and portfolio.

Specify the "NotificationArns" property as follows:

"{"NotificationArns" : ["arn:aws:sns:us-east-1:123456789012:Topic"]}"

Specify the "TagUpdatesOnProvisionedProduct" property as follows:

"{"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}"

The "TagUpdatesOnProvisionedProduct" property accepts a string value of "ALLOWED" or "NOT_ALLOWED".

Specify the "Parameters" property as follows:

"{"Version": "String", "Properties": {"AccountList": [ "String" ], "RegionList": [ "String" ], "AdminRole": "String", "ExecutionRole": "String"}}"

You cannot have both a "LAUNCH" and a "STACKSET" constraint.

You also cannot have more than one "STACKSET" constraint on a product and portfolio.

Products with a "STACKSET" constraint will launch an AWS CloudFormation stack set.

Specify the "Rules" property. For more information, see Template Constraint Rules (http://docs.aws.amazon.com/servicecatalog/latest/adminguide/reference-template_constraint_rules.html).

This class forms part of Paws, documenting arguments for method UpdateConstraint in Paws::ServiceCatalog

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.