pub struct RouteTableArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> RouteTableArgsBuilder<S>
impl<S: State> RouteTableArgsBuilder<S>
sourcepub fn build_struct(self) -> RouteTableArgswhere
S: IsComplete,
pub fn build_struct(self) -> RouteTableArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn propagating_vgws(
self,
value: impl Into<Output<Option<Vec<String>>>>,
) -> RouteTableArgsBuilder<SetPropagatingVgws<S>>where
S::PropagatingVgws: IsUnset,
pub fn propagating_vgws(
self,
value: impl Into<Output<Option<Vec<String>>>>,
) -> RouteTableArgsBuilder<SetPropagatingVgws<S>>where
S::PropagatingVgws: IsUnset,
sourcepub fn maybe_propagating_vgws(
self,
value: Option<impl Into<Output<Option<Vec<String>>>>>,
) -> RouteTableArgsBuilder<SetPropagatingVgws<S>>where
S::PropagatingVgws: IsUnset,
pub fn maybe_propagating_vgws(
self,
value: Option<impl Into<Output<Option<Vec<String>>>>>,
) -> RouteTableArgsBuilder<SetPropagatingVgws<S>>where
S::PropagatingVgws: IsUnset,
sourcepub fn routes(
self,
value: impl Into<Output<Option<Vec<RouteTableRoute>>>>,
) -> RouteTableArgsBuilder<SetRoutes<S>>where
S::Routes: IsUnset,
pub fn routes(
self,
value: impl Into<Output<Option<Vec<RouteTableRoute>>>>,
) -> RouteTableArgsBuilder<SetRoutes<S>>where
S::Routes: IsUnset,
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<Vec<super::super::types::ec2::RouteTableRoute>>,
> as Default>::default()
A list of route objects. Their keys are documented below. This means that omitting this argument is interpreted as ignoring any existing routes. To remove all managed routes an empty list should be specified. See the example above.
sourcepub fn maybe_routes(
self,
value: Option<impl Into<Output<Option<Vec<RouteTableRoute>>>>>,
) -> RouteTableArgsBuilder<SetRoutes<S>>where
S::Routes: IsUnset,
pub fn maybe_routes(
self,
value: Option<impl Into<Output<Option<Vec<RouteTableRoute>>>>>,
) -> RouteTableArgsBuilder<SetRoutes<S>>where
S::Routes: IsUnset,
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<Vec<super::super::types::ec2::RouteTableRoute>>,
> as Default>::default()
A list of route objects. Their keys are documented below. This means that omitting this argument is interpreted as ignoring any existing routes. To remove all managed routes an empty list should be specified. See the example above.
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
A 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.
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
A 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.