Interface CfnConfigurationPropsMixin.RunConfigurationsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationPropsMixin.RunConfigurationsProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationPropsMixin
@Stability(Stable)
public static interface CfnConfigurationPropsMixin.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.cfnpropertymixins.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 forCfnConfigurationPropsMixin.RunConfigurationsPropertystatic final classAn implementation forCfnConfigurationPropsMixin.RunConfigurationsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnConfigurationPropsMixin.VpcConfigPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVpcConfig
Returns union: eitherIResolvableorCfnConfigurationPropsMixin.VpcConfigProperty- See Also:
-
builder
-