Expand description
Creates a scope for AWS IPAM.
§Example Usage
Basic usage:
resources:
example:
type: aws:ec2:VpcIpam
properties:
operatingRegions:
- regionName: ${current.name}
exampleVpcIpamScope:
type: aws:ec2:VpcIpamScope
name: example
properties:
ipamId: ${example.id}
description: Another Scope
variables:
current:
fn::invoke:
function: aws:getRegion
arguments: {}
§Import
Using pulumi import
, import IPAMs using the scope_id
. For example:
$ pulumi import aws:ec2/vpcIpamScope:VpcIpamScope example ipam-scope-0513c69f283d11dfb
Structs§
- Use builder syntax to set the inputs and finish with
build_struct()
.
Functions§
- Registers a new resource with the given unique name and arguments