Interface CfnVolume.AggregateConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVolume.AggregateConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnVolume

@Stability(Stable) public static interface CfnVolume.AggregateConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Use to specify configuration options for a volume’s storage aggregate or aggregates.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.fsx.*;
 AggregateConfigurationProperty aggregateConfigurationProperty = AggregateConfigurationProperty.builder()
         .aggregates(List.of("aggregates"))
         .constituentsPerAggregate(123)
         .build();
 

See Also: