Class DedicatedIpPoolArgs


  • public final class DedicatedIpPoolArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • poolName

        public com.pulumi.core.Output<java.lang.String> poolName()
        Returns:
        Name of the dedicated IP pool. The following arguments are optional:
      • scalingMode

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> scalingMode()
        Returns:
        IP pool scaling mode. Valid values: `STANDARD`, `MANAGED`. If omitted, the AWS API will default to a standard pool.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the pool. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.