CfnLoggerDefinitionVersionMixinProps
- class aws_cdk.mixins_preview.aws_greengrass.mixins.CfnLoggerDefinitionVersionMixinProps(*, logger_definition_id=None, loggers=None)
Bases:
objectProperties for CfnLoggerDefinitionVersionPropsMixin.
- Parameters:
logger_definition_id (
Optional[str]) – The ID of the logger definition associated with this version. This value is a GUID.loggers (
Union[IResolvable,Sequence[Union[IResolvable,LoggerProperty,Dict[str,Any]]],None]) – The loggers in this version.
- 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_greengrass import mixins as greengrass_mixins cfn_logger_definition_version_mixin_props = greengrass_mixins.CfnLoggerDefinitionVersionMixinProps( logger_definition_id="loggerDefinitionId", loggers=[greengrass_mixins.CfnLoggerDefinitionVersionPropsMixin.LoggerProperty( component="component", id="id", level="level", space=123, type="type" )] )
Attributes
- logger_definition_id
The ID of the logger definition associated with this version.
This value is a GUID.
- loggers
The loggers in this version.