Struct aws_sdk_cloudformation::model::ChangeSetHook
source · [−]#[non_exhaustive]pub struct ChangeSetHook { /* private fields */ }Expand description
Specifies the resource, the hook, and the hook version to be invoked.
Implementations
sourceimpl ChangeSetHook
impl ChangeSetHook
sourcepub fn invocation_point(&self) -> Option<&HookInvocationPoint>
pub fn invocation_point(&self) -> Option<&HookInvocationPoint>
Specifies the points in provisioning logic where a hook is invoked.
sourcepub fn failure_mode(&self) -> Option<&HookFailureMode>
pub fn failure_mode(&self) -> Option<&HookFailureMode>
Specify the hook failure mode for non-compliant resources in the followings ways.
-
FAILStops provisioning resources. -
WARNAllows provisioning to continue with a warning message.
sourcepub fn type_name(&self) -> Option<&str>
pub fn type_name(&self) -> Option<&str>
The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of Organization::Service::Hook.
The following organization namespaces are reserved and can't be used in your hook type names:
-
Alexa -
AMZN -
Amazon -
ASK -
AWS -
Custom -
Dev
sourcepub fn type_version_id(&self) -> Option<&str>
pub fn type_version_id(&self) -> Option<&str>
The version ID of the type specified.
sourcepub fn type_configuration_version_id(&self) -> Option<&str>
pub fn type_configuration_version_id(&self) -> Option<&str>
The version ID of the type configuration.
sourcepub fn target_details(&self) -> Option<&ChangeSetHookTargetDetails>
pub fn target_details(&self) -> Option<&ChangeSetHookTargetDetails>
Specifies details about the target that the hook will run against.
sourceimpl ChangeSetHook
impl ChangeSetHook
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChangeSetHook.
Trait Implementations
sourceimpl Clone for ChangeSetHook
impl Clone for ChangeSetHook
sourcefn clone(&self) -> ChangeSetHook
fn clone(&self) -> ChangeSetHook
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more