We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.servicecatalog.getResourceUpdateConstraint
Start a Neo task
Explain and create an aws-native.servicecatalog.getResourceUpdateConstraint resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource type definition for AWS::ServiceCatalog::ResourceUpdateConstraint
Using getResourceUpdateConstraint
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 getResourceUpdateConstraint(args: GetResourceUpdateConstraintArgs, opts?: InvokeOptions): Promise<GetResourceUpdateConstraintResult>
function getResourceUpdateConstraintOutput(args: GetResourceUpdateConstraintOutputArgs, opts?: InvokeOptions): Output<GetResourceUpdateConstraintResult>def get_resource_update_constraint(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResourceUpdateConstraintResult
def get_resource_update_constraint_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetResourceUpdateConstraintResult]func LookupResourceUpdateConstraint(ctx *Context, args *LookupResourceUpdateConstraintArgs, opts ...InvokeOption) (*LookupResourceUpdateConstraintResult, error)
func LookupResourceUpdateConstraintOutput(ctx *Context, args *LookupResourceUpdateConstraintOutputArgs, opts ...InvokeOption) LookupResourceUpdateConstraintResultOutput> Note: This function is named LookupResourceUpdateConstraint in the Go SDK.
public static class GetResourceUpdateConstraint
{
public static Task<GetResourceUpdateConstraintResult> InvokeAsync(GetResourceUpdateConstraintArgs args, InvokeOptions? opts = null)
public static Output<GetResourceUpdateConstraintResult> Invoke(GetResourceUpdateConstraintInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetResourceUpdateConstraintResult> getResourceUpdateConstraint(GetResourceUpdateConstraintArgs args, InvokeOptions options)
public static Output<GetResourceUpdateConstraintResult> getResourceUpdateConstraint(GetResourceUpdateConstraintArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:servicecatalog:getResourceUpdateConstraint
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
getResourceUpdateConstraint Result
The following output properties are available:
- Description string
- The description of the constraint
- Id string
- Unique identifier for the constraint
- Tag
Update stringOn Provisioned Product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
- Description string
- The description of the constraint
- Id string
- Unique identifier for the constraint
- Tag
Update stringOn Provisioned Product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
- description String
- The description of the constraint
- id String
- Unique identifier for the constraint
- tag
Update StringOn Provisioned Product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
- description string
- The description of the constraint
- id string
- Unique identifier for the constraint
- tag
Update stringOn Provisioned Product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
- description str
- The description of the constraint
- id str
- Unique identifier for the constraint
- tag_
update_ stron_ provisioned_ product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
- description String
- The description of the constraint
- id String
- Unique identifier for the constraint
- tag
Update StringOn Provisioned Product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
