CfnBrowserProfileMixinProps
- class aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnBrowserProfileMixinProps(*, description=None, name=None, tags=None)
Bases:
objectProperties for CfnBrowserProfilePropsMixin.
- Parameters:
description (
Optional[str]) – The description of the browser profile.name (
Optional[str]) – The name of the browser profile.tags (
Optional[Mapping[str,str]]) – A map of tag keys and values.
- See:
- 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.mixins_preview.aws_bedrockagentcore import mixins as bedrockagentcore_mixins cfn_browser_profile_mixin_props = bedrockagentcore_mixins.CfnBrowserProfileMixinProps( description="description", name="name", tags={ "tags_key": "tags" } )
Attributes
- description
The description of the browser profile.
- name
The name of the browser profile.
- tags
A map of tag keys and values.