pub struct NetworkInsightsAnalysisArgs {
pub filter_in_arns: Output<Option<Vec<String>>>,
pub network_insights_path_id: Output<String>,
pub tags: Output<Option<HashMap<String, String>>>,
pub wait_for_completion: Output<Option<bool>>,
}
Fields§
§filter_in_arns: Output<Option<Vec<String>>>
A list of ARNs for resources the path must traverse.
network_insights_path_id: Output<String>
ID of the Network Insights Path to run an analysis on.
The following arguments are optional:
Map of tags to assign to the resource. If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
wait_for_completion: Output<Option<bool>>
If enabled, the resource will wait for the Network Insights Analysis status to change to succeeded
or failed
. Setting this to false
will skip the process. Default: true
.
Implementations§
source§impl NetworkInsightsAnalysisArgs
impl NetworkInsightsAnalysisArgs
sourcepub fn builder() -> NetworkInsightsAnalysisArgsBuilder
pub fn builder() -> NetworkInsightsAnalysisArgsBuilder
Create an instance of NetworkInsightsAnalysisArgs
using the builder syntax
Trait Implementations§
source§impl Clone for NetworkInsightsAnalysisArgs
impl Clone for NetworkInsightsAnalysisArgs
source§fn clone(&self) -> NetworkInsightsAnalysisArgs
fn clone(&self) -> NetworkInsightsAnalysisArgs
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 NetworkInsightsAnalysisArgs
impl RefUnwindSafe for NetworkInsightsAnalysisArgs
impl Send for NetworkInsightsAnalysisArgs
impl Sync for NetworkInsightsAnalysisArgs
impl Unpin for NetworkInsightsAnalysisArgs
impl UnwindSafe for NetworkInsightsAnalysisArgs
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
)