Class VirtualRouterArgs


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

      Nested Classes 
      Modifier and Type Class Description
      static class  VirtualRouterArgs.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:
        Name of the service mesh in which to create the virtual router. Must be between 1 and 255 characters in length.
      • meshOwner

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> meshOwner()
        Returns:
        AWS account ID of the service mesh's owner. Defaults to the account ID the AWS provider is currently connected to.
      • name

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

        public com.pulumi.core.Output<VirtualRouterSpecArgs> spec()
        Returns:
        Virtual router specification to apply.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        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.