#[non_exhaustive]pub struct MaintenanceWindowStepFunctionsParameters { /* private fields */ }
Expand description
The parameters for a STEP_FUNCTIONS
task.
For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow
and UpdateMaintenanceWindowTask
.
LoggingInfo
has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName
and OutputS3KeyPrefix
options in the TaskInvocationParameters
structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters
.
TaskParameters
has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters
option in the TaskInvocationParameters
structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters
.
For Step Functions tasks, Systems Manager ignores any values specified for TaskParameters
and LoggingInfo
.
Implementations
sourceimpl MaintenanceWindowStepFunctionsParameters
impl MaintenanceWindowStepFunctionsParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MaintenanceWindowStepFunctionsParameters
.
Trait Implementations
sourceimpl Clone for MaintenanceWindowStepFunctionsParameters
impl Clone for MaintenanceWindowStepFunctionsParameters
sourcefn clone(&self) -> MaintenanceWindowStepFunctionsParameters
fn clone(&self) -> MaintenanceWindowStepFunctionsParameters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<MaintenanceWindowStepFunctionsParameters> for MaintenanceWindowStepFunctionsParameters
impl PartialEq<MaintenanceWindowStepFunctionsParameters> for MaintenanceWindowStepFunctionsParameters
sourcefn eq(&self, other: &MaintenanceWindowStepFunctionsParameters) -> bool
fn eq(&self, other: &MaintenanceWindowStepFunctionsParameters) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &MaintenanceWindowStepFunctionsParameters) -> bool
fn ne(&self, other: &MaintenanceWindowStepFunctionsParameters) -> bool
This method tests for !=
.
impl StructuralPartialEq for MaintenanceWindowStepFunctionsParameters
Auto Trait Implementations
impl RefUnwindSafe for MaintenanceWindowStepFunctionsParameters
impl Send for MaintenanceWindowStepFunctionsParameters
impl Sync for MaintenanceWindowStepFunctionsParameters
impl Unpin for MaintenanceWindowStepFunctionsParameters
impl UnwindSafe for MaintenanceWindowStepFunctionsParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more