VPC configuration associated with your simulation job.
Type: objectProperties: 4
RoboticsSimulation
VPCConfigResponse is a JSON Structure definition published by Amazon RoboMaker, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-structure/amazon-robomaker-openapi-vpc-config-response-structure.json",
"description": "VPC configuration associated with your simulation job.",
"type": "object",
"properties": {
"subnets": {
"allOf": [
{
"$ref": "#/components/schemas/Subnets"
},
{
"description": "A list of subnet IDs associated with the simulation job."
}
]
},
"securityGroups": {
"allOf": [
{
"$ref": "#/components/schemas/SecurityGroups"
},
{
"description": "A list of security group IDs associated with the simulation job."
}
]
},
"vpcId": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The VPC ID associated with your simulation job."
}
]
},
"assignPublicIp": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "A boolean indicating if a public IP was assigned."
}
]
}
},
"name": "VPCConfigResponse"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.