pub struct EnvironmentBuilder { /* private fields */ }Expand description
Builder for AWS AppConfig environments.
Implementations§
Source§impl EnvironmentBuilder
impl EnvironmentBuilder
Sourcepub fn new(id: &str, name: AppConfigName, application: &ApplicationRef) -> Self
pub fn new(id: &str, name: AppConfigName, application: &ApplicationRef) -> Self
Creates a new AppConfig environment builder.
§Arguments
id- Unique identifier for the environmentname- Name of the environmentapplication- Reference to the parent AppConfig application
pub fn deletion_protection_check( self, deletion_protection_check: DeletionProtectionCheck, ) -> Self
pub fn build(self, stack_builder: &mut StackBuilder) -> EnvironmentRef
Auto Trait Implementations§
impl Freeze for EnvironmentBuilder
impl RefUnwindSafe for EnvironmentBuilder
impl Send for EnvironmentBuilder
impl Sync for EnvironmentBuilder
impl Unpin for EnvironmentBuilder
impl UnwindSafe for EnvironmentBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more