Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudtrail.CfnDashboardPropsMixin.Builder
Packages that use CfnDashboardPropsMixin.Builder
-
Uses of CfnDashboardPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudtrail
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudtrail that return CfnDashboardPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDashboardPropsMixin.Builder.create()CfnDashboardPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name of the dashboard.CfnDashboardPropsMixin.Builder.refreshSchedule(CfnDashboardPropsMixin.RefreshScheduleProperty refreshSchedule) The schedule for a dashboard refresh.CfnDashboardPropsMixin.Builder.refreshSchedule(IResolvable refreshSchedule) The schedule for a dashboard refresh.A list of tags.CfnDashboardPropsMixin.Builder.terminationProtectionEnabled(Boolean terminationProtectionEnabled) Specifies whether termination protection is enabled for the dashboard.CfnDashboardPropsMixin.Builder.terminationProtectionEnabled(IResolvable terminationProtectionEnabled) Specifies whether termination protection is enabled for the dashboard.An array of widgets for a custom dashboard.CfnDashboardPropsMixin.Builder.widgets(IResolvable widgets) An array of widgets for a custom dashboard.