We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.35.0 published on Monday, Sep 22, 2025 by Pulumi
aws-native.servicecatalog.getLaunchTemplateConstraint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.35.0 published on Monday, Sep 22, 2025 by Pulumi
Resource Type definition for AWS::ServiceCatalog::LaunchTemplateConstraint
Using getLaunchTemplateConstraint
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 getLaunchTemplateConstraint(args: GetLaunchTemplateConstraintArgs, opts?: InvokeOptions): Promise<GetLaunchTemplateConstraintResult>
function getLaunchTemplateConstraintOutput(args: GetLaunchTemplateConstraintOutputArgs, opts?: InvokeOptions): Output<GetLaunchTemplateConstraintResult>
def get_launch_template_constraint(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLaunchTemplateConstraintResult
def get_launch_template_constraint_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLaunchTemplateConstraintResult]
func LookupLaunchTemplateConstraint(ctx *Context, args *LookupLaunchTemplateConstraintArgs, opts ...InvokeOption) (*LookupLaunchTemplateConstraintResult, error)
func LookupLaunchTemplateConstraintOutput(ctx *Context, args *LookupLaunchTemplateConstraintOutputArgs, opts ...InvokeOption) LookupLaunchTemplateConstraintResultOutput
> Note: This function is named LookupLaunchTemplateConstraint
in the Go SDK.
public static class GetLaunchTemplateConstraint
{
public static Task<GetLaunchTemplateConstraintResult> InvokeAsync(GetLaunchTemplateConstraintArgs args, InvokeOptions? opts = null)
public static Output<GetLaunchTemplateConstraintResult> Invoke(GetLaunchTemplateConstraintInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLaunchTemplateConstraintResult> getLaunchTemplateConstraint(GetLaunchTemplateConstraintArgs args, InvokeOptions options)
public static Output<GetLaunchTemplateConstraintResult> getLaunchTemplateConstraint(GetLaunchTemplateConstraintArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:servicecatalog:getLaunchTemplateConstraint
arguments:
# arguments dictionary
The 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
getLaunchTemplateConstraint Result
The following output properties are available:
- Description string
- The description of the constraint.
- Id string
- Unique identifier for the constraint
- Rules string
- A json encoded string of the template constraint rules
- Description string
- The description of the constraint.
- Id string
- Unique identifier for the constraint
- Rules string
- A json encoded string of the template constraint rules
- description String
- The description of the constraint.
- id String
- Unique identifier for the constraint
- rules String
- A json encoded string of the template constraint rules
- description string
- The description of the constraint.
- id string
- Unique identifier for the constraint
- rules string
- A json encoded string of the template constraint rules
- description str
- The description of the constraint.
- id str
- Unique identifier for the constraint
- rules str
- A json encoded string of the template constraint rules
- description String
- The description of the constraint.
- id String
- Unique identifier for the constraint
- rules String
- A json encoded string of the template constraint rules
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.35.0 published on Monday, Sep 22, 2025 by Pulumi