interface AspectOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AspectOptions |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#AspectOptions |
![]() | software.amazon.awscdk.AspectOptions |
![]() | aws_cdk.AspectOptions |
![]() | aws-cdk-lib » AspectOptions |
Options when Applying an Aspect.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const aspectOptions: cdk.AspectOptions = {
priority: 123,
};
Properties
Name | Type | Description |
---|---|---|
priority? | number | The priority value to apply on an Aspect. |
priority?
Type:
number
(optional, default: AspectPriority.DEFAULT)
The priority value to apply on an Aspect.
Priority must be a non-negative integer.