Interface CfnConfiguration.RunConfigurationsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguration.RunConfigurationsProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguration
@Stability(Stable)
public static interface CfnConfiguration.RunConfigurationsProperty
extends software.amazon.jsii.JsiiSerializable
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.omics.*;
RunConfigurationsProperty runConfigurationsProperty = RunConfigurationsProperty.builder()
.vpcConfig(VpcConfigProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfiguration.RunConfigurationsPropertystatic final classAn implementation forCfnConfiguration.RunConfigurationsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnConfiguration.VpcConfigPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVpcConfig
Returns union: eitherIResolvableorCfnConfiguration.VpcConfigProperty- See Also:
-
builder
-