CfnStackSetConstraintProps¶
-
class
aws_cdk.aws_servicecatalog.
CfnStackSetConstraintProps
(*, account_list, admin_role, description, execution_role, portfolio_id, product_id, region_list, stack_instance_control, accept_language=None)¶ Bases:
object
Properties for defining a
AWS::ServiceCatalog::StackSetConstraint
.- Parameters
account_list (
Sequence
[str
]) –AWS::ServiceCatalog::StackSetConstraint.AccountList
.admin_role (
str
) –AWS::ServiceCatalog::StackSetConstraint.AdminRole
.description (
str
) –AWS::ServiceCatalog::StackSetConstraint.Description
.execution_role (
str
) –AWS::ServiceCatalog::StackSetConstraint.ExecutionRole
.portfolio_id (
str
) –AWS::ServiceCatalog::StackSetConstraint.PortfolioId
.product_id (
str
) –AWS::ServiceCatalog::StackSetConstraint.ProductId
.region_list (
Sequence
[str
]) –AWS::ServiceCatalog::StackSetConstraint.RegionList
.stack_instance_control (
str
) –AWS::ServiceCatalog::StackSetConstraint.StackInstanceControl
.accept_language (
Optional
[str
]) –AWS::ServiceCatalog::StackSetConstraint.AcceptLanguage
.
- Link
Attributes
-
accept_language
¶ AWS::ServiceCatalog::StackSetConstraint.AcceptLanguage
.
-
account_list
¶ AWS::ServiceCatalog::StackSetConstraint.AccountList
.
-
admin_role
¶ AWS::ServiceCatalog::StackSetConstraint.AdminRole
.
-
description
¶ AWS::ServiceCatalog::StackSetConstraint.Description
.
-
execution_role
¶ AWS::ServiceCatalog::StackSetConstraint.ExecutionRole
.
-
portfolio_id
¶ AWS::ServiceCatalog::StackSetConstraint.PortfolioId
.
-
product_id
¶ AWS::ServiceCatalog::StackSetConstraint.ProductId
.
-
region_list
¶ AWS::ServiceCatalog::StackSetConstraint.RegionList
.
-
stack_instance_control
¶ AWS::ServiceCatalog::StackSetConstraint.StackInstanceControl
.