Struct aws_sdk_securityhub::model::aws_ecs_task_definition_proxy_configuration_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEcsTaskDefinitionProxyConfigurationDetails
Implementations
The name of the container that will serve as the App Mesh proxy.
The name of the container that will serve as the App Mesh proxy.
pub fn proxy_configuration_properties(
self,
input: impl Into<AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails>
) -> Self
pub fn proxy_configuration_properties(
self,
input: impl Into<AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails>
) -> Self
Appends an item to proxy_configuration_properties
.
To override the contents of this collection use set_proxy_configuration_properties
.
The set of network configuration parameters to provide to the Container Network Interface (CNI) plugin, specified as key-value pairs.
pub fn set_proxy_configuration_properties(
self,
input: Option<Vec<AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails>>
) -> Self
pub fn set_proxy_configuration_properties(
self,
input: Option<Vec<AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails>>
) -> Self
The set of network configuration parameters to provide to the Container Network Interface (CNI) plugin, specified as key-value pairs.
Consumes the builder and constructs a AwsEcsTaskDefinitionProxyConfigurationDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more