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::LaunchRoleConstraint
Using getLaunchRoleConstraint
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 getLaunchRoleConstraint(args: GetLaunchRoleConstraintArgs, opts?: InvokeOptions): Promise<GetLaunchRoleConstraintResult>
function getLaunchRoleConstraintOutput(args: GetLaunchRoleConstraintOutputArgs, opts?: InvokeOptions): Output<GetLaunchRoleConstraintResult>def get_launch_role_constraint(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLaunchRoleConstraintResult
def get_launch_role_constraint_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLaunchRoleConstraintResult]func LookupLaunchRoleConstraint(ctx *Context, args *LookupLaunchRoleConstraintArgs, opts ...InvokeOption) (*LookupLaunchRoleConstraintResult, error)
func LookupLaunchRoleConstraintOutput(ctx *Context, args *LookupLaunchRoleConstraintOutputArgs, opts ...InvokeOption) LookupLaunchRoleConstraintResultOutput> Note: This function is named LookupLaunchRoleConstraint in the Go SDK.
public static class GetLaunchRoleConstraint
{
public static Task<GetLaunchRoleConstraintResult> InvokeAsync(GetLaunchRoleConstraintArgs args, InvokeOptions? opts = null)
public static Output<GetLaunchRoleConstraintResult> Invoke(GetLaunchRoleConstraintInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLaunchRoleConstraintResult> getLaunchRoleConstraint(GetLaunchRoleConstraintArgs args, InvokeOptions options)
public static Output<GetLaunchRoleConstraintResult> getLaunchRoleConstraint(GetLaunchRoleConstraintArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:servicecatalog:getLaunchRoleConstraint
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The unique identifier for the launch role constraint.
- Id string
- The unique identifier for the launch role constraint.
- id String
- The unique identifier for the launch role constraint.
- id string
- The unique identifier for the launch role constraint.
- id str
- The unique identifier for the launch role constraint.
- id String
- The unique identifier for the launch role constraint.
getLaunchRoleConstraint Result
The following output properties are available:
- Description string
- The description of the launch role constraint.
- Id string
- The unique identifier for the launch role constraint.
- Local
Role stringName - The local IAM role name to use in the launch constraint.
- Role
Arn string - The ARN of the IAM role used for the launch constraint.
- Description string
- The description of the launch role constraint.
- Id string
- The unique identifier for the launch role constraint.
- Local
Role stringName - The local IAM role name to use in the launch constraint.
- Role
Arn string - The ARN of the IAM role used for the launch constraint.
- description String
- The description of the launch role constraint.
- id String
- The unique identifier for the launch role constraint.
- local
Role StringName - The local IAM role name to use in the launch constraint.
- role
Arn String - The ARN of the IAM role used for the launch constraint.
- description string
- The description of the launch role constraint.
- id string
- The unique identifier for the launch role constraint.
- local
Role stringName - The local IAM role name to use in the launch constraint.
- role
Arn string - The ARN of the IAM role used for the launch constraint.
- description str
- The description of the launch role constraint.
- id str
- The unique identifier for the launch role constraint.
- local_
role_ strname - The local IAM role name to use in the launch constraint.
- role_
arn str - The ARN of the IAM role used for the launch constraint.
- description String
- The description of the launch role constraint.
- id String
- The unique identifier for the launch role constraint.
- local
Role StringName - The local IAM role name to use in the launch constraint.
- role
Arn String - The ARN of the IAM role used for the launch constraint.
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
