We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi
published on Monday, Mar 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi
published on Monday, Mar 30, 2026 by Pulumi
Resource Type definition for AWS::ServiceCatalog::StackSetConstraint
Using getStackSetConstraint
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getStackSetConstraint(args: GetStackSetConstraintArgs, opts?: InvokeOptions): Promise<GetStackSetConstraintResult>
function getStackSetConstraintOutput(args: GetStackSetConstraintOutputArgs, opts?: InvokeOptions): Output<GetStackSetConstraintResult>def get_stack_set_constraint(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStackSetConstraintResult
def get_stack_set_constraint_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStackSetConstraintResult]func LookupStackSetConstraint(ctx *Context, args *LookupStackSetConstraintArgs, opts ...InvokeOption) (*LookupStackSetConstraintResult, error)
func LookupStackSetConstraintOutput(ctx *Context, args *LookupStackSetConstraintOutputArgs, opts ...InvokeOption) LookupStackSetConstraintResultOutput> Note: This function is named LookupStackSetConstraint in the Go SDK.
public static class GetStackSetConstraint
{
public static Task<GetStackSetConstraintResult> InvokeAsync(GetStackSetConstraintArgs args, InvokeOptions? opts = null)
public static Output<GetStackSetConstraintResult> Invoke(GetStackSetConstraintInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStackSetConstraintResult> getStackSetConstraint(GetStackSetConstraintArgs args, InvokeOptions options)
public static Output<GetStackSetConstraintResult> getStackSetConstraint(GetStackSetConstraintArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:servicecatalog:getStackSetConstraint
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Unique identifier for the constraint
- Id string
- Unique identifier for the constraint
- id String
- Unique identifier for the constraint
- id string
- Unique identifier for the constraint
- id str
- Unique identifier for the constraint
- id String
- Unique identifier for the constraint
getStackSetConstraint Result
The following output properties are available:
- Account
List List<string> - One or more AWS accounts that will have access to the provisioned product.
- Admin
Role string - AdminRole ARN.
- Description string
- The description of the constraint.
- Execution
Role string - ExecutionRole name.
- Id string
- Unique identifier for the constraint
- Region
List List<string> - One or more AWS Regions where the provisioned product will be available.
- Stack
Instance stringControl - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- Account
List []string - One or more AWS accounts that will have access to the provisioned product.
- Admin
Role string - AdminRole ARN.
- Description string
- The description of the constraint.
- Execution
Role string - ExecutionRole name.
- Id string
- Unique identifier for the constraint
- Region
List []string - One or more AWS Regions where the provisioned product will be available.
- Stack
Instance stringControl - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- account
List List<String> - One or more AWS accounts that will have access to the provisioned product.
- admin
Role String - AdminRole ARN.
- description String
- The description of the constraint.
- execution
Role String - ExecutionRole name.
- id String
- Unique identifier for the constraint
- region
List List<String> - One or more AWS Regions where the provisioned product will be available.
- stack
Instance StringControl - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- account
List string[] - One or more AWS accounts that will have access to the provisioned product.
- admin
Role string - AdminRole ARN.
- description string
- The description of the constraint.
- execution
Role string - ExecutionRole name.
- id string
- Unique identifier for the constraint
- region
List string[] - One or more AWS Regions where the provisioned product will be available.
- stack
Instance stringControl - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- account_
list Sequence[str] - One or more AWS accounts that will have access to the provisioned product.
- admin_
role str - AdminRole ARN.
- description str
- The description of the constraint.
- execution_
role str - ExecutionRole name.
- id str
- Unique identifier for the constraint
- region_
list Sequence[str] - One or more AWS Regions where the provisioned product will be available.
- stack_
instance_ strcontrol - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- account
List List<String> - One or more AWS accounts that will have access to the provisioned product.
- admin
Role String - AdminRole ARN.
- description String
- The description of the constraint.
- execution
Role String - ExecutionRole name.
- id String
- Unique identifier for the constraint
- region
List List<String> - One or more AWS Regions where the provisioned product will be available.
- stack
Instance StringControl - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi
published on Monday, Mar 30, 2026 by Pulumi
