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.getLaunchNotificationConstraint
Start a Neo task
Explain and create an aws-native.servicecatalog.getLaunchNotificationConstraint 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::LaunchNotificationConstraint
Using getLaunchNotificationConstraint
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 getLaunchNotificationConstraint(args: GetLaunchNotificationConstraintArgs, opts?: InvokeOptions): Promise<GetLaunchNotificationConstraintResult>
function getLaunchNotificationConstraintOutput(args: GetLaunchNotificationConstraintOutputArgs, opts?: InvokeOptions): Output<GetLaunchNotificationConstraintResult>def get_launch_notification_constraint(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLaunchNotificationConstraintResult
def get_launch_notification_constraint_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLaunchNotificationConstraintResult]func LookupLaunchNotificationConstraint(ctx *Context, args *LookupLaunchNotificationConstraintArgs, opts ...InvokeOption) (*LookupLaunchNotificationConstraintResult, error)
func LookupLaunchNotificationConstraintOutput(ctx *Context, args *LookupLaunchNotificationConstraintOutputArgs, opts ...InvokeOption) LookupLaunchNotificationConstraintResultOutput> Note: This function is named LookupLaunchNotificationConstraint in the Go SDK.
public static class GetLaunchNotificationConstraint
{
public static Task<GetLaunchNotificationConstraintResult> InvokeAsync(GetLaunchNotificationConstraintArgs args, InvokeOptions? opts = null)
public static Output<GetLaunchNotificationConstraintResult> Invoke(GetLaunchNotificationConstraintInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLaunchNotificationConstraintResult> getLaunchNotificationConstraint(GetLaunchNotificationConstraintArgs args, InvokeOptions options)
public static Output<GetLaunchNotificationConstraintResult> getLaunchNotificationConstraint(GetLaunchNotificationConstraintArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:servicecatalog:getLaunchNotificationConstraint
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
getLaunchNotificationConstraint Result
The following output properties are available:
- Description string
- The description of the constraint.
- Id string
- Unique identifier for the constraint
- Notification
Arns List<string> - The notification ARNs.
- Description string
- The description of the constraint.
- Id string
- Unique identifier for the constraint
- Notification
Arns []string - The notification ARNs.
- description String
- The description of the constraint.
- id String
- Unique identifier for the constraint
- notification
Arns List<String> - The notification ARNs.
- description string
- The description of the constraint.
- id string
- Unique identifier for the constraint
- notification
Arns string[] - The notification ARNs.
- description str
- The description of the constraint.
- id str
- Unique identifier for the constraint
- notification_
arns Sequence[str] - The notification ARNs.
- description String
- The description of the constraint.
- id String
- Unique identifier for the constraint
- notification
Arns List<String> - The notification ARNs.
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
