Skip to content

AuditPolicyOptionsProperty

Initializer

import ros_cdk_mongodb
ros_cdk_mongodb.RosInstance.AuditPolicyOptionsProperty(
  audit_status: typing.Union[str, IResolvable],
  audit_log_switch_source: typing.Union[str, IResolvable] = None,
  service_type: typing.Union[str, IResolvable] = None,
  storage_period: typing.Union[typing.Union[int, float], IResolvable] = None
)

Properties

Name Type Description
audit_status typing.Union[str, ros_cdk_core.IResolvable] No description.
audit_log_switch_source typing.Union[str, ros_cdk_core.IResolvable] No description.
service_type typing.Union[str, ros_cdk_core.IResolvable] No description.
storage_period typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.

audit_statusRequired

audit_status: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

audit_log_switch_sourceOptional

audit_log_switch_source: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

service_typeOptional

service_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

storage_periodOptional

storage_period: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]