Class VirtualNodeArgs


  • public final class VirtualNodeArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  VirtualNodeArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • meshName

        public com.pulumi.core.Output<java.lang.String> meshName()
        Returns:
        The name of the service mesh in which to create the virtual node. Must be between 1 and 255 characters in length.
      • meshOwner

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> meshOwner()
        Returns:
        The AWS account ID of the service mesh's owner. Defaults to the account ID the [AWS provider](https://www.terraform.io/docs/providers/aws/index.html) is currently connected to.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name to use for the virtual node. Must be between 1 and 255 characters in length.
      • spec

        public com.pulumi.core.Output<VirtualNodeSpecArgs> spec()
        Returns:
        The virtual node specification to apply.
      • 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 resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.