Class PrivateDnsNamespaceArgs


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

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        The description that you specify for the namespace when you create it.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the namespace.
      • 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 namespace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • vpc

        public com.pulumi.core.Output<java.lang.String> vpc()
        Returns:
        The ID of VPC that you want to associate the namespace with.