pub struct TrafficMirrorTargetArgs {
pub description: Output<Option<String>>,
pub gateway_load_balancer_endpoint_id: Output<Option<String>>,
pub network_interface_id: Output<Option<String>>,
pub network_load_balancer_arn: Output<Option<String>>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
§description: Output<Option<String>>
A description of the traffic mirror session.
gateway_load_balancer_endpoint_id: Output<Option<String>>
The VPC Endpoint Id of the Gateway Load Balancer that is associated with the target.
network_interface_id: Output<Option<String>>
The network interface ID that is associated with the target.
network_load_balancer_arn: Output<Option<String>>
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
Key-value map of resource tags. If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
NOTE: Either network_interface_id
or network_load_balancer_arn
should be specified and both should not be specified together
Implementations§
source§impl TrafficMirrorTargetArgs
impl TrafficMirrorTargetArgs
sourcepub fn builder() -> TrafficMirrorTargetArgsBuilder
pub fn builder() -> TrafficMirrorTargetArgsBuilder
Create an instance of TrafficMirrorTargetArgs
using the builder syntax
Trait Implementations§
source§impl Clone for TrafficMirrorTargetArgs
impl Clone for TrafficMirrorTargetArgs
source§fn clone(&self) -> TrafficMirrorTargetArgs
fn clone(&self) -> TrafficMirrorTargetArgs
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 TrafficMirrorTargetArgs
impl RefUnwindSafe for TrafficMirrorTargetArgs
impl Send for TrafficMirrorTargetArgs
impl Sync for TrafficMirrorTargetArgs
impl Unpin for TrafficMirrorTargetArgs
impl UnwindSafe for TrafficMirrorTargetArgs
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
)