CfnLensMixinProps

class aws_cdk.cfn_property_mixins.aws_wellarchitected.CfnLensMixinProps(*, json_string=None, lens_version=None, tags=None)

Bases: object

Properties for CfnLensPropsMixin.

Parameters:
  • json_string (Optional[str]) – The JSON representation of a lens.

  • lens_version (Optional[str]) – The version of the lens.

  • tags (Optional[Sequence[Union[TagsItemsProperty, Dict[str, Any]]]]) – The tags assigned to the lens.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wellarchitected-lens.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.cfn_property_mixins import aws_wellarchitected as wellarchitected

cfn_lens_mixin_props = wellarchitected.CfnLensMixinProps(
    json_string="jsonString",
    lens_version="lensVersion",
    tags=[wellarchitected.CfnLensPropsMixin.TagsItemsProperty(
        key="key",
        value="value"
    )]
)

Attributes

json_string

The JSON representation of a lens.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wellarchitected-lens.html#cfn-wellarchitected-lens-jsonstring

lens_version

The version of the lens.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wellarchitected-lens.html#cfn-wellarchitected-lens-lensversion

tags

The tags assigned to the lens.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wellarchitected-lens.html#cfn-wellarchitected-lens-tags