interface ManagedInstancesNetworkConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Batch.CfnComputeEnvironmentPropsMixin.ManagedInstancesNetworkConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbatch#CfnComputeEnvironmentPropsMixin_ManagedInstancesNetworkConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.batch.CfnComputeEnvironmentPropsMixin.ManagedInstancesNetworkConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_batch.CfnComputeEnvironmentPropsMixin.ManagedInstancesNetworkConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_batch » CfnComputeEnvironmentPropsMixin » ManagedInstancesNetworkConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_batch as batch } from '@aws-cdk/cfn-property-mixins';
const managedInstancesNetworkConfigurationProperty: batch.CfnComputeEnvironmentPropsMixin.ManagedInstancesNetworkConfigurationProperty = {
securityGroups: ['securityGroups'],
subnets: ['subnets'],
};
Properties
| Name | Type | Description |
|---|---|---|
| security | string[] | |
| subnets? | string[] |
securityGroups?
Type:
string[]
(optional)
subnets?
Type:
string[]
(optional)

.NET
Go
Java
Python
TypeScript