AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.ec2.IpamPool
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource Schema of AWS::EC2::IPAMPool Type
Create IpamPool Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IpamPool(name: string, args: IpamPoolArgs, opts?: CustomResourceOptions);
@overload
def IpamPool(resource_name: str,
args: IpamPoolArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IpamPool(resource_name: str,
opts: Optional[ResourceOptions] = None,
address_family: Optional[str] = None,
ipam_scope_id: Optional[str] = None,
allocation_resource_tags: Optional[Sequence[IpamPoolTagArgs]] = None,
locale: Optional[str] = None,
allocation_max_netmask_length: Optional[int] = None,
auto_import: Optional[bool] = None,
aws_service: Optional[IpamPoolAwsService] = None,
description: Optional[str] = None,
allocation_default_netmask_length: Optional[int] = None,
allocation_min_netmask_length: Optional[int] = None,
provisioned_cidrs: Optional[Sequence[IpamPoolProvisionedCidrArgs]] = None,
public_ip_source: Optional[IpamPoolPublicIpSource] = None,
publicly_advertisable: Optional[bool] = None,
source_ipam_pool_id: Optional[str] = None,
source_resource: Optional[IpamPoolSourceResourceArgs] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewIpamPool(ctx *Context, name string, args IpamPoolArgs, opts ...ResourceOption) (*IpamPool, error)
public IpamPool(string name, IpamPoolArgs args, CustomResourceOptions? opts = null)
public IpamPool(String name, IpamPoolArgs args)
public IpamPool(String name, IpamPoolArgs args, CustomResourceOptions options)
type: aws-native:ec2:IpamPool
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args IpamPoolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args IpamPoolArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args IpamPoolArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IpamPoolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IpamPoolArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
IpamPool Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The IpamPool resource accepts the following input properties:
- Address
Family string - The address family of the address space in this pool. Either IPv4 or IPv6.
- Ipam
Scope stringId - The Id of the scope this pool is a part of.
- Allocation
Default intNetmask Length - The default netmask length for allocations made from this pool. This value is used when the netmask length of an allocation isn't specified.
- Allocation
Max intNetmask Length - The maximum allowed netmask length for allocations made from this pool.
- Allocation
Min intNetmask Length - The minimum allowed netmask length for allocations made from this pool.
- List<Pulumi.
Aws Native. Ec2. Inputs. Ipam Pool Tag> - When specified, an allocation will not be allowed unless a resource has a matching set of tags.
- Auto
Import bool - Determines what to do if IPAM discovers resources that haven't been assigned an allocation. If set to true, an allocation will be made automatically.
- Aws
Service Pulumi.Aws Native. Ec2. Ipam Pool Aws Service - Limits which service in Amazon Web Services that the pool can be used in.
- Description string
- The description of the IPAM pool.
- Locale string
- The region of this pool. If not set, this will default to "None" which will disable non-custom allocations. If the locale has been specified for the source pool, this value must match.
- Provisioned
Cidrs List<Pulumi.Aws Native. Ec2. Inputs. Ipam Pool Provisioned Cidr> - A list of cidrs representing the address space available for allocation in this pool.
- Public
Ip Pulumi.Source Aws Native. Ec2. Ipam Pool Public Ip Source - The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is
byoip
. - Publicly
Advertisable bool - Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.
- Source
Ipam stringPool Id - The Id of this pool's source. If set, all space provisioned in this pool must be free space provisioned in the parent pool.
- Source
Resource Pulumi.Aws Native. Ec2. Inputs. Ipam Pool Source Resource - The resource used to provision CIDRs to a resource planning pool.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Address
Family string - The address family of the address space in this pool. Either IPv4 or IPv6.
- Ipam
Scope stringId - The Id of the scope this pool is a part of.
- Allocation
Default intNetmask Length - The default netmask length for allocations made from this pool. This value is used when the netmask length of an allocation isn't specified.
- Allocation
Max intNetmask Length - The maximum allowed netmask length for allocations made from this pool.
- Allocation
Min intNetmask Length - The minimum allowed netmask length for allocations made from this pool.
- []Ipam
Pool Tag Args - When specified, an allocation will not be allowed unless a resource has a matching set of tags.
- Auto
Import bool - Determines what to do if IPAM discovers resources that haven't been assigned an allocation. If set to true, an allocation will be made automatically.
- Aws
Service IpamPool Aws Service - Limits which service in Amazon Web Services that the pool can be used in.
- Description string
- The description of the IPAM pool.
- Locale string
- The region of this pool. If not set, this will default to "None" which will disable non-custom allocations. If the locale has been specified for the source pool, this value must match.
- Provisioned
Cidrs []IpamPool Provisioned Cidr Args - A list of cidrs representing the address space available for allocation in this pool.
- Public
Ip IpamSource Pool Public Ip Source - The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is
byoip
. - Publicly
Advertisable bool - Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.
- Source
Ipam stringPool Id - The Id of this pool's source. If set, all space provisioned in this pool must be free space provisioned in the parent pool.
- Source
Resource IpamPool Source Resource Args - The resource used to provision CIDRs to a resource planning pool.
- Tag
Args - An array of key-value pairs to apply to this resource.
- address
Family String - The address family of the address space in this pool. Either IPv4 or IPv6.
- ipam
Scope StringId - The Id of the scope this pool is a part of.
- allocation
Default IntegerNetmask Length - The default netmask length for allocations made from this pool. This value is used when the netmask length of an allocation isn't specified.
- allocation
Max IntegerNetmask Length - The maximum allowed netmask length for allocations made from this pool.
- allocation
Min IntegerNetmask Length - The minimum allowed netmask length for allocations made from this pool.
- List<Ipam
Pool Tag> - When specified, an allocation will not be allowed unless a resource has a matching set of tags.
- auto
Import Boolean - Determines what to do if IPAM discovers resources that haven't been assigned an allocation. If set to true, an allocation will be made automatically.
- aws
Service IpamPool Aws Service - Limits which service in Amazon Web Services that the pool can be used in.
- description String
- The description of the IPAM pool.
- locale String
- The region of this pool. If not set, this will default to "None" which will disable non-custom allocations. If the locale has been specified for the source pool, this value must match.
- provisioned
Cidrs List<IpamPool Provisioned Cidr> - A list of cidrs representing the address space available for allocation in this pool.
- public
Ip IpamSource Pool Public Ip Source - The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is
byoip
. - publicly
Advertisable Boolean - Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.
- source
Ipam StringPool Id - The Id of this pool's source. If set, all space provisioned in this pool must be free space provisioned in the parent pool.
- source
Resource IpamPool Source Resource - The resource used to provision CIDRs to a resource planning pool.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- address
Family string - The address family of the address space in this pool. Either IPv4 or IPv6.
- ipam
Scope stringId - The Id of the scope this pool is a part of.
- allocation
Default numberNetmask Length - The default netmask length for allocations made from this pool. This value is used when the netmask length of an allocation isn't specified.
- allocation
Max numberNetmask Length - The maximum allowed netmask length for allocations made from this pool.
- allocation
Min numberNetmask Length - The minimum allowed netmask length for allocations made from this pool.
- Ipam
Pool Tag[] - When specified, an allocation will not be allowed unless a resource has a matching set of tags.
- auto
Import boolean - Determines what to do if IPAM discovers resources that haven't been assigned an allocation. If set to true, an allocation will be made automatically.
- aws
Service IpamPool Aws Service - Limits which service in Amazon Web Services that the pool can be used in.
- description string
- The description of the IPAM pool.
- locale string
- The region of this pool. If not set, this will default to "None" which will disable non-custom allocations. If the locale has been specified for the source pool, this value must match.
- provisioned
Cidrs IpamPool Provisioned Cidr[] - A list of cidrs representing the address space available for allocation in this pool.
- public
Ip IpamSource Pool Public Ip Source - The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is
byoip
. - publicly
Advertisable boolean - Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.
- source
Ipam stringPool Id - The Id of this pool's source. If set, all space provisioned in this pool must be free space provisioned in the parent pool.
- source
Resource IpamPool Source Resource - The resource used to provision CIDRs to a resource planning pool.
- Tag[]
- An array of key-value pairs to apply to this resource.
- address_
family str - The address family of the address space in this pool. Either IPv4 or IPv6.
- ipam_
scope_ strid - The Id of the scope this pool is a part of.
- allocation_
default_ intnetmask_ length - The default netmask length for allocations made from this pool. This value is used when the netmask length of an allocation isn't specified.
- allocation_
max_ intnetmask_ length - The maximum allowed netmask length for allocations made from this pool.
- allocation_
min_ intnetmask_ length - The minimum allowed netmask length for allocations made from this pool.
- Sequence[Ipam
Pool Tag Args] - When specified, an allocation will not be allowed unless a resource has a matching set of tags.
- auto_
import bool - Determines what to do if IPAM discovers resources that haven't been assigned an allocation. If set to true, an allocation will be made automatically.
- aws_
service IpamPool Aws Service - Limits which service in Amazon Web Services that the pool can be used in.
- description str
- The description of the IPAM pool.
- locale str
- The region of this pool. If not set, this will default to "None" which will disable non-custom allocations. If the locale has been specified for the source pool, this value must match.
- provisioned_
cidrs Sequence[IpamPool Provisioned Cidr Args] - A list of cidrs representing the address space available for allocation in this pool.
- public_
ip_ Ipamsource Pool Public Ip Source - The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is
byoip
. - publicly_
advertisable bool - Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.
- source_
ipam_ strpool_ id - The Id of this pool's source. If set, all space provisioned in this pool must be free space provisioned in the parent pool.
- source_
resource IpamPool Source Resource Args - The resource used to provision CIDRs to a resource planning pool.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- address
Family String - The address family of the address space in this pool. Either IPv4 or IPv6.
- ipam
Scope StringId - The Id of the scope this pool is a part of.
- allocation
Default NumberNetmask Length - The default netmask length for allocations made from this pool. This value is used when the netmask length of an allocation isn't specified.
- allocation
Max NumberNetmask Length - The maximum allowed netmask length for allocations made from this pool.
- allocation
Min NumberNetmask Length - The minimum allowed netmask length for allocations made from this pool.
- List<Property Map>
- When specified, an allocation will not be allowed unless a resource has a matching set of tags.
- auto
Import Boolean - Determines what to do if IPAM discovers resources that haven't been assigned an allocation. If set to true, an allocation will be made automatically.
- aws
Service "" - Limits which service in Amazon Web Services that the pool can be used in.
- description String
- The description of the IPAM pool.
- locale String
- The region of this pool. If not set, this will default to "None" which will disable non-custom allocations. If the locale has been specified for the source pool, this value must match.
- provisioned
Cidrs List<Property Map> - A list of cidrs representing the address space available for allocation in this pool.
- public
Ip "byoip" | "amazon"Source - The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is
byoip
. - publicly
Advertisable Boolean - Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.
- source
Ipam StringPool Id - The Id of this pool's source. If set, all space provisioned in this pool must be free space provisioned in the parent pool.
- source
Resource Property Map - The resource used to provision CIDRs to a resource planning pool.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the IpamPool resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) of the IPAM Pool.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ipam
Arn string - The Amazon Resource Name (ARN) of the IPAM this pool is a part of.
- Ipam
Pool stringId - Id of the IPAM Pool.
- Ipam
Scope stringArn - The Amazon Resource Name (ARN) of the scope this pool is a part of.
- Ipam
Scope Pulumi.Type Aws Native. Ec2. Ipam Pool Ipam Scope Type - Determines whether this scope contains publicly routable space or space for a private network
- Pool
Depth int - The depth of this pool in the source pool hierarchy.
- State
Pulumi.
Aws Native. Ec2. Ipam Pool State - The state of this pool. This can be one of the following values: "create-in-progress", "create-complete", "modify-in-progress", "modify-complete", "delete-in-progress", or "delete-complete"
- State
Message string - An explanation of how the pool arrived at it current state.
- Arn string
- The Amazon Resource Name (ARN) of the IPAM Pool.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ipam
Arn string - The Amazon Resource Name (ARN) of the IPAM this pool is a part of.
- Ipam
Pool stringId - Id of the IPAM Pool.
- Ipam
Scope stringArn - The Amazon Resource Name (ARN) of the scope this pool is a part of.
- Ipam
Scope IpamType Pool Ipam Scope Type - Determines whether this scope contains publicly routable space or space for a private network
- Pool
Depth int - The depth of this pool in the source pool hierarchy.
- State
Ipam
Pool State Enum - The state of this pool. This can be one of the following values: "create-in-progress", "create-complete", "modify-in-progress", "modify-complete", "delete-in-progress", or "delete-complete"
- State
Message string - An explanation of how the pool arrived at it current state.
- arn String
- The Amazon Resource Name (ARN) of the IPAM Pool.
- id String
- The provider-assigned unique ID for this managed resource.
- ipam
Arn String - The Amazon Resource Name (ARN) of the IPAM this pool is a part of.
- ipam
Pool StringId - Id of the IPAM Pool.
- ipam
Scope StringArn - The Amazon Resource Name (ARN) of the scope this pool is a part of.
- ipam
Scope IpamType Pool Ipam Scope Type - Determines whether this scope contains publicly routable space or space for a private network
- pool
Depth Integer - The depth of this pool in the source pool hierarchy.
- state
Ipam
Pool State - The state of this pool. This can be one of the following values: "create-in-progress", "create-complete", "modify-in-progress", "modify-complete", "delete-in-progress", or "delete-complete"
- state
Message String - An explanation of how the pool arrived at it current state.
- arn string
- The Amazon Resource Name (ARN) of the IPAM Pool.
- id string
- The provider-assigned unique ID for this managed resource.
- ipam
Arn string - The Amazon Resource Name (ARN) of the IPAM this pool is a part of.
- ipam
Pool stringId - Id of the IPAM Pool.
- ipam
Scope stringArn - The Amazon Resource Name (ARN) of the scope this pool is a part of.
- ipam
Scope IpamType Pool Ipam Scope Type - Determines whether this scope contains publicly routable space or space for a private network
- pool
Depth number - The depth of this pool in the source pool hierarchy.
- state
Ipam
Pool State - The state of this pool. This can be one of the following values: "create-in-progress", "create-complete", "modify-in-progress", "modify-complete", "delete-in-progress", or "delete-complete"
- state
Message string - An explanation of how the pool arrived at it current state.
- arn str
- The Amazon Resource Name (ARN) of the IPAM Pool.
- id str
- The provider-assigned unique ID for this managed resource.
- ipam_
arn str - The Amazon Resource Name (ARN) of the IPAM this pool is a part of.
- ipam_
pool_ strid - Id of the IPAM Pool.
- ipam_
scope_ strarn - The Amazon Resource Name (ARN) of the scope this pool is a part of.
- ipam_
scope_ Ipamtype Pool Ipam Scope Type - Determines whether this scope contains publicly routable space or space for a private network
- pool_
depth int - The depth of this pool in the source pool hierarchy.
- state
Ipam
Pool State - The state of this pool. This can be one of the following values: "create-in-progress", "create-complete", "modify-in-progress", "modify-complete", "delete-in-progress", or "delete-complete"
- state_
message str - An explanation of how the pool arrived at it current state.
- arn String
- The Amazon Resource Name (ARN) of the IPAM Pool.
- id String
- The provider-assigned unique ID for this managed resource.
- ipam
Arn String - The Amazon Resource Name (ARN) of the IPAM this pool is a part of.
- ipam
Pool StringId - Id of the IPAM Pool.
- ipam
Scope StringArn - The Amazon Resource Name (ARN) of the scope this pool is a part of.
- ipam
Scope "public" | "private"Type - Determines whether this scope contains publicly routable space or space for a private network
- pool
Depth Number - The depth of this pool in the source pool hierarchy.
- state "create-in-progress" | "create-complete" | "modify-in-progress" | "modify-complete" | "delete-in-progress" | "delete-complete"
- The state of this pool. This can be one of the following values: "create-in-progress", "create-complete", "modify-in-progress", "modify-complete", "delete-in-progress", or "delete-complete"
- state
Message String - An explanation of how the pool arrived at it current state.
Supporting Types
IpamPoolAwsService, IpamPoolAwsServiceArgs
- Ec2
- ec2
- Ipam
Pool Aws Service Ec2 - ec2
- Ec2
- ec2
- Ec2
- ec2
- EC2
- ec2
- "ec2"
- ec2
IpamPoolIpamScopeType, IpamPoolIpamScopeTypeArgs
- Public
- public
- Private
- private
- Ipam
Pool Ipam Scope Type Public - public
- Ipam
Pool Ipam Scope Type Private - private
- Public
- public
- Private
- private
- Public
- public
- Private
- private
- PUBLIC
- public
- PRIVATE
- private
- "public"
- public
- "private"
- private
IpamPoolProvisionedCidr, IpamPoolProvisionedCidrArgs
- Cidr string
- The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is
10.24.34.0/23
. An IPv6 CIDR example is2001:DB8::/32
.
- Cidr string
- The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is
10.24.34.0/23
. An IPv6 CIDR example is2001:DB8::/32
.
- cidr String
- The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is
10.24.34.0/23
. An IPv6 CIDR example is2001:DB8::/32
.
- cidr string
- The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is
10.24.34.0/23
. An IPv6 CIDR example is2001:DB8::/32
.
- cidr str
- The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is
10.24.34.0/23
. An IPv6 CIDR example is2001:DB8::/32
.
- cidr String
- The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is
10.24.34.0/23
. An IPv6 CIDR example is2001:DB8::/32
.
IpamPoolPublicIpSource, IpamPoolPublicIpSourceArgs
- Byoip
- byoip
- Amazon
- amazon
- Ipam
Pool Public Ip Source Byoip - byoip
- Ipam
Pool Public Ip Source Amazon - amazon
- Byoip
- byoip
- Amazon
- amazon
- Byoip
- byoip
- Amazon
- amazon
- BYOIP
- byoip
- AMAZON
- amazon
- "byoip"
- byoip
- "amazon"
- amazon
IpamPoolSourceResource, IpamPoolSourceResourceArgs
- Resource
Id string - The source resource ID.
- Resource
Owner string - The source resource owner.
- Resource
Region string - The source resource Region.
- Resource
Type string - The source resource type.
- Resource
Id string - The source resource ID.
- Resource
Owner string - The source resource owner.
- Resource
Region string - The source resource Region.
- Resource
Type string - The source resource type.
- resource
Id String - The source resource ID.
- resource
Owner String - The source resource owner.
- resource
Region String - The source resource Region.
- resource
Type String - The source resource type.
- resource
Id string - The source resource ID.
- resource
Owner string - The source resource owner.
- resource
Region string - The source resource Region.
- resource
Type string - The source resource type.
- resource_
id str - The source resource ID.
- resource_
owner str - The source resource owner.
- resource_
region str - The source resource Region.
- resource_
type str - The source resource type.
- resource
Id String - The source resource ID.
- resource
Owner String - The source resource owner.
- resource
Region String - The source resource Region.
- resource
Type String - The source resource type.
IpamPoolState, IpamPoolStateArgs
- Create
In Progress - create-in-progress
- Create
Complete - create-complete
- Modify
In Progress - modify-in-progress
- Modify
Complete - modify-complete
- Delete
In Progress - delete-in-progress
- Delete
Complete - delete-complete
- Ipam
Pool State Create In Progress - create-in-progress
- Ipam
Pool State Create Complete - create-complete
- Ipam
Pool State Modify In Progress - modify-in-progress
- Ipam
Pool State Modify Complete - modify-complete
- Ipam
Pool State Delete In Progress - delete-in-progress
- Ipam
Pool State Delete Complete - delete-complete
- Create
In Progress - create-in-progress
- Create
Complete - create-complete
- Modify
In Progress - modify-in-progress
- Modify
Complete - modify-complete
- Delete
In Progress - delete-in-progress
- Delete
Complete - delete-complete
- Create
In Progress - create-in-progress
- Create
Complete - create-complete
- Modify
In Progress - modify-in-progress
- Modify
Complete - modify-complete
- Delete
In Progress - delete-in-progress
- Delete
Complete - delete-complete
- CREATE_IN_PROGRESS
- create-in-progress
- CREATE_COMPLETE
- create-complete
- MODIFY_IN_PROGRESS
- modify-in-progress
- MODIFY_COMPLETE
- modify-complete
- DELETE_IN_PROGRESS
- delete-in-progress
- DELETE_COMPLETE
- delete-complete
- "create-in-progress"
- create-in-progress
- "create-complete"
- create-complete
- "modify-in-progress"
- modify-in-progress
- "modify-complete"
- modify-complete
- "delete-in-progress"
- delete-in-progress
- "delete-complete"
- delete-complete
IpamPoolTag, IpamPoolTagArgs
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi