CfnBrowserProfileMixinProps
- class aws_cdk.cfn_property_mixins.aws_bedrockagentcore.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.cfn_property_mixins import aws_bedrockagentcore as bedrockagentcore cfn_browser_profile_mixin_props = bedrockagentcore.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.