LazyStringValueOptions

class aws_cdk.core.LazyStringValueOptions(*, display_hint=None)

Bases: object

Options for creating a lazy string token.

Parameters:

display_hint (Optional[str]) – Use the given name as a display hint. Default: - No hint

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.core as cdk

lazy_string_value_options = cdk.LazyStringValueOptions(
    display_hint="displayHint"
)

Attributes

display_hint

Use the given name as a display hint.

Default:
  • No hint