pub struct AmiLaunchPermissionArgs {
pub account_id: Output<Option<String>>,
pub group: Output<Option<String>>,
pub image_id: Output<String>,
pub organization_arn: Output<Option<String>>,
pub organizational_unit_arn: Output<Option<String>>,
}
Fields§
§account_id: Output<Option<String>>
AWS account ID for the launch permission.
group: Output<Option<String>>
Name of the group for the launch permission. Valid values: "all"
.
image_id: Output<String>
ID of the AMI.
organization_arn: Output<Option<String>>
ARN of an organization for the launch permission.
organizational_unit_arn: Output<Option<String>>
ARN of an organizational unit for the launch permission.
Implementations§
source§impl AmiLaunchPermissionArgs
impl AmiLaunchPermissionArgs
sourcepub fn builder() -> AmiLaunchPermissionArgsBuilder
pub fn builder() -> AmiLaunchPermissionArgsBuilder
Create an instance of AmiLaunchPermissionArgs
using the builder syntax
Trait Implementations§
source§impl Clone for AmiLaunchPermissionArgs
impl Clone for AmiLaunchPermissionArgs
source§fn clone(&self) -> AmiLaunchPermissionArgs
fn clone(&self) -> AmiLaunchPermissionArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AmiLaunchPermissionArgs
impl RefUnwindSafe for AmiLaunchPermissionArgs
impl Send for AmiLaunchPermissionArgs
impl Sync for AmiLaunchPermissionArgs
impl Unpin for AmiLaunchPermissionArgs
impl UnwindSafe for AmiLaunchPermissionArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)